Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.13 KB

File metadata and controls

24 lines (17 loc) · 1.13 KB

simployer

Overview

This vagrant bootstrap script is intended to help create minimally configured Debian-family Linux machine (Ubuntu, in the most cases).

Prerequisites

  1. VT-x / AMD-V support (typically enabled in BIOS/UEFI shell)
  2. Oracle Virtualbox 4.3.XX from here
  3. Vagrant from here

Usage

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