A Vagrant box based containing Ubuntu linux, Apache, MySQL and PHP. Provisioned with puppet and ready to deploy.
Fork us:
https://github.com/obihann/vagrant-lamp/
Download the latest box:
https://atlas.hashicorp.com/obihann/boxes/lamp/
Install the latest box:
$ vagrant init obihann/lamp; vagrant up --provider virtualbox
- Ubuntu 12.04 LTS
- puppet 3.8.7
- git 1.7.9.5
- python 2.7.3
- perl 5.14.2
- ruby 1.8.7
- MySQL Ver 14.14 Distrib 5.5.49
- apache 2.4.20
- PHP 5.6.22-3
- memcached 1.4.13
- sqlite3 3.7.9
- curl 7.22.0
- composer 1.1.2
- redis version 2.2.12
- puppetlabs/puppetlabs-apt
- puppetlabs/puppetlabs-concat
- puppetlabs/puppetlabs-git
- tPl0ch/puppet-composer
- fsalum/puppet-redis
- example42/puppi
- example42/puppet-apache
- obihann/puppet-base
- obihann/puppet-php
- obihann/puppet-mysql
- obihann/puppet-apache2
- php5.6-curl
- php5.6-gd
- php5.6-imagick
- php5.6-mbstring
- php5.6-mysql
- php5.6-mcrypt
- php5.6-sqlite3
- php5.6-xml
- php5.6-zip
- php5.6-xml
- php-pear
- 0.1.0 - changes to php modules, puppet modules, and versions
- 0.0.3 - fixing issue with
Vagrantfile
config attempting to load puppet modules that didn't exist - 0.0.2 - update of
Vagrantfile
to create awww
folder that is a symlink to/var/www
##License This tool is protected by the GNU General Public License v2.
Copyright Jeffrey Hann 2016