From 7d0d1755340168fd938b6326c6cc6c170c02c37e Mon Sep 17 00:00:00 2001 From: Jules LaPlace Date: Mon, 13 Apr 2015 12:01:32 -0400 Subject: document environment variables --- Readme.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index a96860f..b8f80c3 100644 --- a/Readme.md +++ b/Readme.md @@ -3,11 +3,19 @@ > "Pretty good" > - Steve Jobs -## To run: +## To install: -* cd app/node_modules ; for i in * ; do cd $i ; npm install; cd .. ; done ; cd ../.. -* cd examples +* create a file `site/.env` with the following environment variables set: + + S3_KEY=... + S3_SECRET=... + S3_BUCKET=... + OK_USER=... + OK_PASS=... + +* customize routes in site/index.js as needed +* run ./install.sh +* cd site * node index Server will be running on http://lvh.me:1337/ - -- cgit v1.2.3-70-g09d2