Vagrant
Like the official Tildes repo, this fork relies on Vagrant to setup and activate the development environment.
The development environment runs inside either a Docker container using Vagrant's Docker provider, or a virtual machine using Vagrant's VirtualBox provider. Either way, Vagrant is used from the command line to manage the virtual environment.
Most of the Development initial setup instructions from the Tildes docs apply to this fork.
This fork adds support for Docker. Docker is our preferred development environment, since the containers are more lightweight than virtual machines. However, as our Docker setup is newer, there may be a few bugs we have yet to iron out.
Docker
Running $ vagrant up --provider=docker
will create an environment in a Docker container.
For more information and tips on running the Docker provider, see Docker.
VirtualBox
Running $ vagrant up
without arguments will create an environment in VirtualBox, which is Vagrant's default provider.
For more information and tips on running the VirtualBox provider, see VirtualBox.