Install the server
Clone the project
git clone https://github.com/mumuki/mumuki-junit-runner
cd mumuki-junit-server
Install Ruby
rbenv install 2.0.0-p481
rbenv rehash
gem install bundler
Install docker image
This runner is dockerized, so you will need to install Docker first. Then:
./bin/pull_docker.sh
Install Dependencies
bundle install
Run the server
RACK_ENV=development bundle exec rackup -p 4567