-
clone repository
-
cd to cloned directory
-
if rvm asked about setting trusting and creating gemset, just type yes on your terminal
-
on your terminal, type “bundle install” without quote
-
don’t forget to start your mysql server
-
on your terminal, type “bundle exec rake db:setup && bundle exec rake db:migrate” without quote
-
on your terminal, type “rails s” without quote
-
after create, delete or modify code, don’t forget to push on github repository
-
on your terminal, type “bundle exec mina app:deploy && bundle exec mina app:restart”
And you’re good to go