This README outlines the details of collaborating on this Ember application.
You will need the following things properly installed on your computer.
git clone
this repositorycd ember-cli-blog
npm install
bower install
- install couchDB from http://couchdb.apache.org/
npm install -g add-cors-to-couchdb
add-cors-to-couchdb
- update
config/environment.js
local_couch
andremote_couch
to your CouchDB instance name. - update
config/environment.js
ENV.baseURL
in the production environment - To use deploy create a file
.env.deploy.production
in the root of this project containing something likedb=https://username:[email protected]/bloggr
ember server
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
To deploy to your CouchDB cluster
ember deploy production
(Set your credentials in the.env.deploy.production
file)
- ember.js
- ember-cli
- ember-cli-deploy-couchdb
- Development Browser Extensions