Vagrantfile Readme
In the ADORe tools/vagrant directory you will find several Vagrantfiles.
Background
This project in adore_tools/vagrant
provides two vagrant contexts for running
ADORe:
- Headless context: no display, command line only
- Headed context: virtual display and desktop environment
Both contexts will have all necessary dependencies installed, ADORe cloned, and all ADORe core modules built.
Getting Started
- Install Virtualbox: https://www.virtualbox.org/ 🔗
- Install Vagrant: https://www.vagrantup.com/ 🔗
- Run vagrant with the provided make targets:
make up
or headless:
make up_headless
Cleaning Up
There is a make target provided to clean up the virtual machines:
make destroy