Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.
/ VagrantLamp Public archive

A basic LAMP stack using Vagrant and Puppet

License

Notifications You must be signed in to change notification settings

DerTee/VagrantLamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VagrantLamp

A simple LAMP stack using Vagrant and Puppet. This is for you if you want to do PHP web development on a virtual machine with the basics set up for you.

Alternatively you can use something like https://puphpet.com, but that didn't work for me.

Components

  • Ubuntu 16.04
  • PHP 7.0
  • Apache 2.4
  • MySQL 5.7
  • Puppet 3.8

Getting Started

  • Install VirtualBox and Vagrant
  • Clone this repository
  • In your CLI go to your project directory and execute vagrant up
  • Wait for vagrant and puppet to finish (this will take a while)
  • DONE!