codeforamerica / ohana-api

The open source API directory of community social services.
http://ohana-api-demo.herokuapp.com/api
BSD 3-Clause "New" or "Revised" License
185 stars 344 forks source link

Add .foreman to allow ‘foreman start’ locally #445

Closed monfresh closed 6 years ago

monfresh commented 6 years ago

Why: The release phase that was added recently doesn’t work in development and prevents the app from running with foreman start. One solution is to add a .foreman file that only applies locally (and is therefore gitignored) that tells Foreman to run without the release phase.