Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 689 Bytes

File metadata and controls

23 lines (17 loc) · 689 Bytes

eventnus

Build Status

Code Climate Test Coverage

Setup

First run the Postgres database. If you are using Homebrew:

$ postgres -D /usr/local/var/postgres

Setup the project and init the database:

$ bin/setup

Stop the first Postgres and start the app using Foreman:

$ foreman start -f Procfile.dev