Skip to content

Commit

Permalink
Better dev instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
austinpray committed Nov 10, 2016
1 parent b11f389 commit 012297f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export AWS_ACCESS_KEY=XXXXXXXXXX
export AWS_SECRET_KEY=XXXXXXXXXXXXXXXXXXXXX
export CACHE_BUCKET=exploreapollo-audiocache
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ This project requires ruby 2.3

bundle install

### Dev setup

1. Copy .env.sample to .env
2. Fill out the placeholder values

To run the server on port `4060` you could run `source .env && bundle exec rails s -p 4060`

## Configuration
App configuration is located in config/explore_app.yml

Expand Down

0 comments on commit 012297f

Please sign in to comment.