- Ubuntu 14.04.5 LTS
- Apache 2.4.7
- MySQL 5.5.62
- PHP 5.5.9
- phpMyAdmin 4.0.10
- Install VirtualBox
- Install Vagrant
git clone http://github.com/rahamatj/lamp-php55.gitcd lamp-php55vagrant up- Put your code inside the
publicfolder - Visit http://192.168.55.90
- phpMyAdmin http://192.168.55.90/phpmyadmin (username: root | password: password)
- Change IP and synced folder inside
Vagrantfile - Change MySQL username, password and database name inside
bootstrap.sh - Run
vagrant reloadto allow changes to take effect