- Clone/fork this repo
bundle installrake app:rename[YourAppName]- (optional) Re-initialize git (
rm -rf .git && git init .) - Run
overcommit --install && overcommit --sign
Everything is configured using environment variables so we have it all on one place.
.envcontains all the variables used by the application..env.developmenthouses settings that can be shared between developers..env.testcontains settings for the test environment.env.productionthis file belongs on the server; we set here all the variables (or use Heroku's variables).env.localis ".gitignore'd" so each dev can override any setting
Using PostgreSQL via a DATABASE_URL environment variable.
Using bower at vendor/assets/components.