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
- Vagrant 1.5.3
- Virtualbox 4.3.10
- git clone https://github.com/marcojanssen/vagrant-puppet-lamp.git
- git submodule init
- git submodule update
- vagrant up
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
By default Adminer (http://adminer.org) is installed and can be accessed from adminer.localhost.com if added to the host file.