We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b73310 + e886622 commit a11561eCopy full SHA for a11561e
README.md
@@ -8,12 +8,25 @@ This README outlines the details of collaborating on this Ember application.
8
* `npm install`
9
* `bower install`
10
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
24
## Running
25
26
* `cargo build`
-* `./target/main`
27
+* `./target/cargo-registry`
28
* `ember server --proxy http://localhost:8888`
-* Visit your app at http://localhost:4200.
29
+* Visit your app at [http://localhost:4200](http://localhost:4200).
30
31
## Running Tests
32
0 commit comments