- Clone/fork this repo
bundle install
rake 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.
.env
contains all the variables used by the application..env.development
houses settings that can be shared between developers..env.test
contains settings for the test environment.env.production
this file belongs on the server; we set here all the variables (or use Heroku's variables).env.local
is ".gitignore'd" so each dev can override any setting
Using PostgreSQL via a DATABASE_URL
environment variable.
Using bower at vendor/assets/components
.