You should have installed
-
postgres https://www.postgresql.org/
To run the project:
- git clone git@github.com:JessicaML/ScienceMotions-rails.git
- cd ScienceMotions-rails
- bundle install
- rake db:create
- rake db:migrate
- rails server
if you are having problems creating the db, try
- rake db:reset
- rake db:create
- rake db:migrate
- Ruby version
ruby 2.4.2
- Live site