You will need Leiningen 2.0.0 or above installed.
- create a file with the core database (/config/core-db.json). Or the software will use the default:
{
"dbtype": "mysql",
"dbname": "replicator",
"host": "localhost",
"port": "3000",
"user": "admin",
"password": "admin"
}
lein ring server-headless
lein midje
Copyright © 2019 FIXME