Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 755 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 755 Bytes

LAMP setup with Vagrant & Puppet


A out of the box solution for a LAMP setup, Ubuntu 14.04 is installed with the following packages:

  • Adminer
  • Apache 2.4
  • Composer
  • Git
  • MongoDB 2.6
  • MySQL 5.5
  • Pear
  • Pecl
  • PHP 5.5
  • Phing
  • SQLite

Requirements

  • Vagrant 1.5.3
  • Virtualbox 4.3.10

Installation

Change the IP address to whatever you want in the Vagrantfile, and add that IP address to your host file, for example:

192.168.2.200 dev.localdev.nl

Adminer

By default Adminer (http://adminer.org) is installed and can be accessed from adminer.localhost.com if added to the host file.