How to start - MikeAndrianov/easy_learning GitHub Wiki

Access

To start you should have:

  1. Github account
  2. Forward this to Mike (email: [email protected]; skype: a__mike)

Before coding

  1. cd work directory
  2. clone project using git clone https://github.com/MikeAndrianov/easy_learning.git
  3. install mysql
  4. install coffee script and other needed extensions if needed
  5. bundle
  6. rake db:create
  7. rake db:migrate
  8. rails s