Skip to content

Commit

Permalink
Add RACK_ENV to .env, required by foreman's Procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
timurvafin committed Sep 29, 2012
1 parent ebbad27 commit 8203bb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .env.example
@@ -1,2 +1,4 @@
# Add your API tokens here
RACK_ENV=development
# AIRBRAKE_KEY=your_key_here

1 change: 1 addition & 0 deletions doc/README_FOR_APP_TEMPLATE.rdoc
Expand Up @@ -45,6 +45,7 @@ Make sure master branch is tracking origin repo.

Setup configuration files

cp .env.example .env
cp config/database.yml.example config/database.yml

Install gems and enable rvm integration with Bundler (the “bin” directory is added to your path each time you cd into a project directory with binstubs)
Expand Down

0 comments on commit 8203bb5

Please sign in to comment.