Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme #1

Merged
merged 1 commit into from
Sep 21, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<GH repo url>`
* `export GIT_REPO_CHECKOUT=<path/to/gh/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

Expand Down