This is a demo repository to play with the Ratpack ecosystem.
To use this code locally you'll either need:
- Java 8 and Gradle; or
- VirtualBox, Vagrant and Ansible
To run the tests, run the following:
$ gradle test
To run the tests, run the following:
$ vagrant up
$ vagrant ssh
$ cd /vagrant
$ gradle test