This will build and start ORDS using vagrant, for testing purposes.
- git (of course)
- Vagrant (https://www.vagrantup.com/)
The various ORDS modules are included as git submodules (not the best idea...). Start by fetching them:
$ git submodule init
...
If you want to fetch the latest version:
$ git submodule foreach git pull origin master
$ vagrant up
... lots of output ...
Then visit http://localhost:8080/app/
Database isn't reset for tests, so reprovisioning will fail.