Home

Awesome

Vagrant Logo

Create and configure lightweight, reproducible, and portable development environments.

Pre-requisites:

There are 2 software tools which you will need on your machine for this project:


A super-simple Vagrantfile to setup a LAMP stack inside Vagrant 100% automatically.

setup.sh will:

Connect to the Virtual Machine

$ vagrant plugin install vagrant-vbguest
$ vagrant up

This will take some time. It has to download the operating system and all the tools to install on your new virtual machine.

$ vagrant ssh
$ vagrant halt
$ vagrant suspend
vagrant up
$ vagrant reload
$ vagrant destroy

The dev folder contains the source code for your project.

setup.sh based on: panique/vagrant-lamp-bootstrap.