Skip to content

Globegitter/ember-cli-blog

 
 

Repository files navigation

Myapp

This README outlines the details of collaborating on this Ember application.

Working example

http://bloggr.exmer.com/

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone this repository
  • cd 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 and remote_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 like db=https://username:[email protected]/bloggr

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploy

To deploy to your CouchDB cluster

  • ember deploy production (Set your credentials in the .env.deploy.production file)

Further Reading / Useful Links

About

Tom Dale's blog example updated for the Ember CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.2%
  • HTML 27.7%
  • CSS 0.1%