Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 600 Bytes

File metadata and controls

18 lines (10 loc) · 600 Bytes

APS ICS Stimulus Prototype Project

To build: 'sbt complile'

To run tests:

  1. The CSW package must be installed. For the purposes of this document, the install directory will be referred to as $install.
  2. Start the configuration service in a command window: '$install/bin/cs'
  3. Start the redis based services: '$install/bin/csw-services.sh start'
  4. Start the unit test suite: 'sbt test-only org.tmt.aps.ics.assembly.AssemblyBasicTests*'

redis-server – to start redis

All software documents related to the project are contained in the docs folder.