You should have ruby 2.3.1 and mysql installed on your machine
-
Copy config/database.yml.example to config/database.yml and change database credentials.
-
Copy config/applicatoin.yml.example to config/application.yml and change the settings.
-
Run ‘bundle’ and ‘rake db:create db:migrate’ and ‘rake db:seed’.
-
Install imagemgick for image processing.
ubuntu: sudo apt-get install imagemagick Mac OS X: brew install imagemagick
-
Run delayed job.
bin/delayed_job start
-
Run rails server.
rails server
-
Visit localhost:3000/ with your favourite browser.
That’s all yet. ;)
cap production deploy
All Rights Reserved, Siloette