This repository provides a service containing business logic and storage to support the Fast Stream project
This service is written in Scala and Play, so needs at least a [JRE] to run.
To run it locally using the test routes file
./sbtTestRoutes.sh
or Alternatively
sbt compile
sbt -Dhttp.port=9282 run
If you go to http://localhost:9000/fset-fast-stream/signin
you can see the landing page
Create a file at ~/.csr/.secrets containing:
testdata {
cubiks {
url = "http://secret/path/to/cubiks"
}
}
Get the correct path to cubiks for local development environments from another maintainer
Create a file at ~/.csr/.secrets containing:
testdata {
cubiks {
url = "http://secret/path/to/cubiks"
}
}
Get the correct path to cubiks for local development environments from a colleague
This code is open source software licensed under the Apache 2.0 License.