Skip to content
Alex edited this page Aug 13, 2013 · 5 revisions

Welcome to the ember-rails-admin wiki!

Setup:

  • git clone git@github.com:roundscope/ember-rails-admin.git
  • switch into your branch git checkout -b cssing origin/cssing
  • cd ember-rails-admin && bundle
  • rake db:create
  • rake db:migrate
  • rake db:seed
  • rails s -p 3001
Clone this wiki locally