This vagrant bootstrap script is intended to help create minimally configured Debian-family Linux machine (Ubuntu, in the most cases).
- VT-x / AMD-V support (typically enabled in BIOS/UEFI shell)
- Oracle Virtualbox 4.3.XX from here
- Vagrant from here
The only thing you need to create a portable deployment procedure via Vagrant is Vagrantfile. This repo contains a simplified template of such a file. To make the Vagrant file valid, just replace the placeholders with real values:
__BOX__-- image (box) of the machine to deploy: e.g. ubuntu/trusty64.__HOST_NAME__-- name of your server__GUEST_PORT__-- TCP-port of the guest machine forwarded to a TCP-port of the host machine__HOST_PORT__-- corresponding TCP-port of the host machine__GUEST_FOLDER_PATH__-- absolute path of a synchronizable directory on the guest machine__HOST_FOLDER_PATH__-- relative path of a synchronizable directory on the host machine