Skip to content

A development environment setup for a LAMP stack inside Vagrant

Notifications You must be signed in to change notification settings

rexrana/vagrant-lamp-dev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

vagrant-lamp-bootstrap

A development environment setup for a LAMP stack inside Vagrant.

What this does

This is a basic Vagrant setup which provides all the basic tools for PHP, Drupal and WordPress web development. It will:

  • setup a Ubuntu 14.04 LTS "Trusty Tahr" 64bit box
  • make the box accessable by the host at IP 192.168.33.22
  • sync 'home' folder to /home/vagrant
  • sync 'www' folder to /var/www
  • Provision server with bootstrap.sh

The bootstrap.sh will:

  • update, upgrade Ubuntu base packages
  • Install LAMP server
  • Install development tools: git, Composer, Ruby, LESS, SASS, node.js, Grunt, Gulp, Bower, Drupal Console, Drush, WP-CLI

How to use

Before using this script, you will need to install VirtualBox and Vagrant on your host OS. Clone or download this repository. Run a vagrant up on the command line, within the root folder.

About

A development environment setup for a LAMP stack inside Vagrant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%