A dead-simple LAMP stack without any bells and whistles for your basic Linux/Apache/MySQL/PHP install.
Fork this and add additional software and configuration that suits the needs of your project.
Clone this repository
$ git clone git@github.com:MiniCodeMonkey/Vagrant-LAMP-Stack.git
$ cd Vagrant-LAMP-Stack
$ git submodule update --init
Place your website in the public_html folder
Start the VM
$ vagrant up
You can now access your project at http://server.dev
- Apache 2
- MySQL
- PHP 5.4 (with mysql, curl, mcrypt, memcached, gd)
- memcached
- vim, git, screen, curl, composer
- Username: root
- Password: root
- Host: localhost
- Port: 3306
Note: Remote MySQL access is enabled by default, so you can access the MySQL database using your favorite MySQL client with the above credentials (and using e.g. server.dev as hostname).
- Port: 11211