You must have Ruby with debkit installed on your machine to use this project.
You can check if you already have it installed with the command: gem -v.
Otherwise, you can get it with those steps:
- Download the ruby with debkit 2.5.5-1 installer here
- Run it and make sure to have "Add Ruby executables to your PATH" checked
- When installing MSYS2, Install all 3 steps (1, 2 & 3)
gem install bundler
gem install sqlite3 -v '1.4.1' --source 'https://rubygems.org/'bundle install
rake app:update:binrails db:migrate RAILS_ENV=test
bundle update
rails testrails db:migrate RAILS_ENV=development
bundle update
rails server