This is the template README. Please update this with project specific content.
Start Mongo Docker container as follows:
docker run --rm -d -p 27017:27017 --name mongo percona/percona-server-mongodb:5.0
Start <SERVICE_MANAGER_PROFILE>
services as follows:
sm2 --start <SERVICE_MANAGER_PROFILE>
Run tests as follows:
- Argument
<local>
must belocal
,dev
,qa
orstaging
.
./run_tests.sh <environment>
Check all project files are formatted as expected as follows:
sbt scalafmtCheckAll scalafmtCheck
Format *.sbt
and project/*.scala
files as follows:
sbt scalafmtSbt
Format all project files as follows:
sbt scalafmtAll
This code is open source software licensed under the Apache 2.0 License.