From e8866223981019394045aa908abbaba84ccf26cd Mon Sep 17 00:00:00 2001 From: Stefan Penner Date: Sat, 20 Sep 2014 22:28:51 -0400 Subject: [PATCH] update readme * include required configuration (likely more details are still needed) * reference correct build output executable --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0193b7512a..86c9e52022 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,25 @@ This README outlines the details of collaborating on this Ember application. * `npm install` * `bower install` +## Configuration + +* `export S3_BUCKET=` +* `export S3_ACCESS_KEY=` +* `export S3_SECRET_KEY=` +* `export SESSION_KEY=` +* `export GH_CLIENT_ID=` +* `export GH_CLIENT_SECRET=` +* `export DATABASE_URL=` + +* `export GIT_REPO_URL=` +* `export GIT_REPO_CHECKOUT=` + ## Running * `cargo build` -* `./target/main` +* `./target/cargo-registry` * `ember server --proxy http://localhost:8888` -* Visit your app at http://localhost:4200. +* Visit your app at [http://localhost:4200](http://localhost:4200). ## Running Tests