-
We need the xsn rpc server running, download the latest one from xsn releases, then, start the rpc server with:
bin/xsnd -txindex -rpcport=51473 -rpcuser=dummy -rpcpassword=replaceme
-
Edit the application.conf.
-
In case you modified the parameters to start the xsn rpc server, update the credentials.
-
Set the credentials to access a postgres database.
- Run the application with:
sbt run
Run the sbt test
command to execute the tests.
In case of failed tests, verify that:
- The docker remote API is enabled (this command must succeed
curl localhost:4243/containers/json
on linux). - Try running
DOCKER_HOST=localhost:4243 sbt test
instead.