Using Vagrant can be really easy. This repository will help you to create a virtual machine in seconds with LAMP installed.
##Requirements
##How to use
$ git clone https://github.com/GeekyTheory/Vagrant-LAMP.git
$ cd Vagrant-LAMP
$ vagrant up
####Access to Apache server:
####MySQL and PhpMyAdmin:
- Username: root
- Password: root
- PhpMyAdmin URL: http://localhost:8080/phpmyadmin
####Web root The web root has been configured to be at htdocs folder, which is shared in /var/www/html.
##Author
- Mario Pérez Esteso < [email protected] >
##Additional info Additional info can be found here.