This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
We are using ruby version 2.1.5
-
Copy config/secrets.example.yml file as config/secrets.yml
-
Run in your console:
$rake secret
-
Change secret key with new generated secrate key from your console
-
First install mysql database in you computer (if not installed)
-
Copy config/database.example.yml file and save as config/database.yml
-
Change the configuration as your database name, user nnd password
-
Run in your console:
$ cd to_project_folder
$ rake db:create
$ rake db:migrate
-
There are no test code added yet