This is Vagrant box for LAMP developers. This box has the minimal requirements to run LAMP based applications. Is a simplification and updated versions of
https://github.com/Djuki/Wordpress-Vagrant-Box.git
LAMP is powered by Bitnami LAMP stack installer bitnami-lampstack-5.4.34-0-linux-x64-installer.run and
Inside the Box is
- Ubuntu 14.04LTS 64bits
- Apache 2.4
- PHP 5.4.34
- MySQL 5.5
- phpMyAdmin 4.2.9.1 (TODO)
- libmcrypt 4.4.8
1 - Clone this respository
git clone https://github.com/dsamblas/bitnami-lamp-vagrant-box
2 - Go into the box directory
cd bitnami-lamp-vagrant-box
3 - Run the vagrant command
vagrant up
After this wait while the puppet provisioning your vagrant server. When it is done your can deploy on the machine any php app. Webroot will be located into bitnami-lamp-vagrant-box/www
.
user: root password: avanti
access via http://33.33.33.111/phpmyadmin/
No password required
/home/vagrant/lampstack/ctlscript.sh stop
/home/vagrant/lampstack/ctlscript.sh start
/home/vagrant/lampstack/mysql/bin/mysql -uroot -p$avanti
/home/vagrant/lampstack/apache2/conf/httpd.conf