Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.04 KB

INSTALL.vagrant.md

File metadata and controls

26 lines (20 loc) · 1.04 KB

Vagrant

Vagrant is a wrapper around VirtualBox.

It can create a virtual machine on your computer and configure it, so that you can instantly start developing. You need to follow these steps to make it work on your machine:

Now that you have the necessary tools it is time to create and start the virtual machine:

# create and start virtual machine
vagrant up

Once the virtual machine has started it will begin to configure itself with the necessary things to run a SkyLines development server on it. As soon as it is finished you can call vagrant ssh to access the virtual machine from the terminal. The shared folder with the SkyLines code can be found at /vagrant.