diff options
| author | Jules LaPlace <jules@okfoc.us> | 2015-04-13 12:09:58 -0400 |
|---|---|---|
| committer | Jules LaPlace <jules@okfoc.us> | 2015-04-13 12:09:58 -0400 |
| commit | a617896215dabedced31d7ac1d96c02f57648c10 (patch) | |
| tree | 8a74446a34a49e2714c818b89e5cf345563b1851 /Readme.md | |
| parent | 65c79336e84abc9b9bbcd6b3d1eb3a960c6ec014 (diff) | |
editing readme some more
Diffstat (limited to 'Readme.md')
| -rw-r--r-- | Readme.md | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -3,9 +3,10 @@ > "Pretty good" > - Steve Jobs -## To install: +## To configure: -* create a file `site/.env` with the following environment variables set: +* Customize schemas and routes in site/index.js as needed +* Create a file `site/.env` with the following environment variables set: ``` S3_KEY=... @@ -15,9 +16,10 @@ OK_USER=... OK_PASS=... ``` -* customize routes in site/index.js as needed -* run ./install.sh -* cd site -* node index +## To install and run: + +* Run `./install.sh` +* `cd site` +* `node index` Server will be running on http://lvh.me:1337/ |
