Skip to content

Files

Latest commit

author
Rich Gwozdz
Jul 4, 2016
e3e2fd4 · Jul 4, 2016

History

History
49 lines (26 loc) · 1.2 KB

README.md

File metadata and controls

49 lines (26 loc) · 1.2 KB

Vagrant web-stack development-environment

Development Environment Specs

Ubuntu 16.04
PostgreSQL 9.5
Nginx 1.10
Node.js 4.2.6
Grunt-cli 1.2.0

image

Dependencies

Creating the Vagrant VM

After installing VirtualBox and Vagrant, clone this repo:

$ git clone https://github.com/rgwozdz/web-stack-devops.git

Enter the repo directory

$ cd web-stack-devops

For Vagrant v1.1 or higher use:

$ vagrant plugin install vagrant-vbguest

Now, create/boot-up the virtual machine:

$ vagrant up

By default, the initial creation of the VM with vagrant up with execute provisioning scripts assigned in the Vagrantfile. To re-provision an existing VM, use vagrant provision.

Connecting to the Vagrant VM

SSH into your Vagrant VM. cd into web-stack-devops repo and

$ vagrant ssh

You'll see typical Ubuntu SSH session begin.