001 Installation Instructions - bazzel/ember2-workshop GitHub Wiki

Depending on the tag you're checking out, you need to do some front-end and back-end preperations.

If you want to commit changes yourself or want to deploy the application to heroku, you need to fork this repo first.

Make sure you your system satisfies the prerequisites.

For all tags:

  • git clone https://github.com/bazzel/ember2-workshop
  • cd ember2-workshop
  • git checkout <tag> (git tag for a list of available tags)
  • cd frontend
  • npm install
  • bower install
  • ember server

For tag 6.x.x and up:

  • cd ember2-workshop/backend
  • bundle install
  • bundle exec rake db:reset
  • bundle exec rails s
  • To start your front end server run ember server --proxy=http://localhost:3000 (i.o. ember server)

To test if you're application is running:

If the site shows up, you're ready to go.

⚠️ **GitHub.com Fallback** ⚠️