A Vagrant-based REPOX testing environment for DLTN.
**Note: ** not intended for production!
- Vagrant
- VirtualBox
- git clone https://github.com/can-of-bees/vague-repox
- cd vague-repox
- vagrant up
- username: admin
- password: admin
SSH:
- Option 1:
- vagrant ssh
- Option 2:
- ssh -p 2222 vagrant@localhost
- password: vagrant
MySQL:
- connect: jdbc:mysql://localhost:3306/repoxdb
- username: repox
- password: repox
- username: admin
- password: admin