mumuki-java-runner

Java Runner for Mumuki


License
MIT
Install
gem install mumuki-java-runner -v 1.7.1

Documentation

Build Status Code Climate Test Coverage

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