Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 509 Bytes

File metadata and controls

31 lines (22 loc) · 509 Bytes

Announcement Service

Install sbt

brew install sbt

Build & Run

$ sbt
> jetty:start
> browse

If browse doesn't launch your browser, manually open http://localhost:8083/ in your browser.

Other

Set the appropriate environment variables

$ export DB_PG_URL="jdbc:postgresql://localhost:5432"
$ export DB_PG_USER=<username>
$ export DB_PG_PWD=<password>
$ export HMAC_SECRET=<secret>

Set up initial db

GET /setup