Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 583 Bytes

vagrant-development.md

File metadata and controls

16 lines (12 loc) · 583 Bytes

Development by using Vagrant

The whole setup can be emulated by using virtual machines managed by Vagrant. This allows easy testing and development in fully disposable VMs. The setup is optimized for the usage with VirtualBox.

Some of the usual commands are as follows:

vagrant up              # create all VMs
vagrant up main         # create only the `main` VM specified in the `Vagrantfile`
vagrant provision main

See the Vagrantfile for more information.