Skip to content

Commit a11561e

Browse files
committed
Merge pull request #1 from stefanpenner/readme
update readme
2 parents 2b73310 + e886622 commit a11561e

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,25 @@ This README outlines the details of collaborating on this Ember application.
88
* `npm install`
99
* `bower install`
1010

11+
## Configuration
12+
13+
* `export S3_BUCKET=`
14+
* `export S3_ACCESS_KEY=`
15+
* `export S3_SECRET_KEY=`
16+
* `export SESSION_KEY=`
17+
* `export GH_CLIENT_ID=`
18+
* `export GH_CLIENT_SECRET=`
19+
* `export DATABASE_URL=`
20+
21+
* `export GIT_REPO_URL=<GH repo url>`
22+
* `export GIT_REPO_CHECKOUT=<path/to/gh/checkout>`
23+
1124
## Running
1225

1326
* `cargo build`
14-
* `./target/main`
27+
* `./target/cargo-registry`
1528
* `ember server --proxy http://localhost:8888`
16-
* Visit your app at http://localhost:4200.
29+
* Visit your app at [http://localhost:4200](http://localhost:4200).
1730

1831
## Running Tests
1932

0 commit comments

Comments
 (0)