To build: 'sbt complile'
To run tests:
- The CSW package must be installed. For the purposes of this document, the install directory will be referred to as $install.
- Start the configuration service in a command window: '$install/bin/cs'
- Start the redis based services: '$install/bin/csw-services.sh start'
- 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.