bundle install && bundle exec rake db:setup
bundle exec rails s
Also you need to run task daemon on front
bundle exec crono RAILS_ENV=development
Or as daemon
bundle exec crono start RAILS_ENV=development
bundle exec rspec
bundle exec crono stop RAILS_ENV=development