Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
Document the .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
chadoh committed Oct 31, 2013
1 parent bbda91f commit f39babe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -43,10 +43,12 @@ the "Features" in the `features` directory.
To start the app locally and run it in your browser, first you'll need to:

rake db:setup
echo RACK_ENV=development > .env && echo PORT=3000 >> .env

(If you haven't already.) This creates the database, loads in the schema from
`db/schema.rb`, then runs `rake db:seed` which loads in all of the data from
`db/seeds.rb`.
`db/seeds.rb`. Then it creates a ".env" app that is used by Unicorn but not
commited in git.

Then, run

Expand Down

0 comments on commit f39babe

Please sign in to comment.