This README outlines the details of collaborating on this Ember application.
git clone
this repositorynpm install
bower install
-
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>
cargo build
./target/cargo-registry
(note: first run use:RESET=1 ./target/cargo_registry
to setup the database)ember server --proxy http://localhost:8888
- Visit your app at http://localhost:4200.
ember test
ember test --server
cargo build
ember build
For more information on using ember-cli, visit http://iamstef.net/ember-cli/.