This is iTrainer a website to find your fitness buddy
- Ruby 2.0.0p451
- Rails 4.1.0
- Postgres 9.3
- imagemagick 6.8.8-9
-
In the command line type in:-
git clone https://github.com/shabankarumba/iTrainer
-
Run
bundle
to install the gems required -
Start the postgres database
-
rake db:setup
to set the database up and add the data in the seeds file -
Add a file called secrets.yml into your project and add your secrect_key_base, email_username and email_password into the file for the development, test and production environments in the following format:-
development:
secret_key_base: lldlldldldldmjddjjdjdjd
email_username: example@gmail.com
email_password: hello123
To generate a secret key base run rake secret
rails server
to start the server