Demo can be found here https://code-grader.herokuapp.com
https://docs.docker.com/get-docker/
git clone [email protected]:islamodeh/code_grader.git
cd code_grader/ruby -vThe ouput should start with something like ruby 2.6
If not, install the right ruby version using rvm(it could take a while):
rvm install 2.6bundle install- copy cofig/database.example.yml to config/database.yml and add your DB credentials.
rails db:create db:migrate db:seed- Make sure docker is running locally
rake os:prepare_c_vmrails sCheck http://localhost:3000