From 012297f9b4d3d0bc98458444949507f73f1279ca Mon Sep 17 00:00:00 2001 From: Austin Pray Date: Thu, 10 Nov 2016 14:36:33 -0600 Subject: [PATCH] Better dev instructions --- .env.sample | 3 +++ README.md | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 .env.sample diff --git a/.env.sample b/.env.sample new file mode 100644 index 0000000..3ea9dd0 --- /dev/null +++ b/.env.sample @@ -0,0 +1,3 @@ +export AWS_ACCESS_KEY=XXXXXXXXXX +export AWS_SECRET_KEY=XXXXXXXXXXXXXXXXXXXXX +export CACHE_BUCKET=exploreapollo-audiocache diff --git a/README.md b/README.md index 40d7755..789c767 100644 --- a/README.md +++ b/README.md @@ -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