The most awesome game in the whole world!
-
Clone
git clone https://github.com/sylvainlb/jeu.git
-
Configure your database with the database.yml.example
-
Bundle, run migrations
bundle install bundle exec rake db:migrate
-
Seed the DB
bundle exec rake db:seed
-
Start the Tasks’n’Jobs managers in two differents terminals (if you want to see them work, and be able to kill them with CTRL+C
bundle exec clockwork lib/clockwork.rb bundle exec rake jobs:work
-
Start the server
bundle exec rails s
-
Enjoy!
Well then, you are well equiped!
-
Clone
git clone https://github.com/sylvainlb/jeu.git
-
Configure config/database.yml and your server in config/deploy/staging.rb or production.rb
-
Deploy
bundle exec cap staging deploy
-
Enjoy even more!