diff options
| author | Jules LaPlace <jules@okfoc.us> | 2015-04-13 12:01:32 -0400 |
|---|---|---|
| committer | Jules LaPlace <jules@okfoc.us> | 2015-04-13 12:01:32 -0400 |
| commit | 7d0d1755340168fd938b6326c6cc6c170c02c37e (patch) | |
| tree | c6b25589f413577b78d97f6c8196f9189826aaf9 /Readme.md | |
| parent | ca0366247f54bfd719f4a0c990b97174dfa1ef91 (diff) | |
document environment variables
Diffstat (limited to 'Readme.md')
| -rw-r--r-- | Readme.md | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -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/ - |
