Review employees performance
Install the right ruby version - 2.3.3 (ruby) with rvm
rvm install 2.3.3gem install bundlerto install the bundler gem.bundle installto install the gems for the project.bundle exec rake db:createto create the local databasebundle exec rake db:migrateto migratebundle exec rails sto start the server on port 3000