Overview
Spin a quick LAMP stack in no time using BAMP basebox for Vagrant.
Features
- Nginx, PHP 5.4, MySQL, MongoDB, Beanstalkd, Supervisor
- Memcache/Memcached Enabled
- PHPMyAdmin
- RockMongo
- Beanstalk Console
Requirements
- VirtualBox
- Vagrant
Installation
enter the following in the command line:
Usage
When you booted up the box, it will create a virtual machine in your computer with the IP address 192.168.33.60. Note however that the IP is not reachable over the network and only exists inside your computer. This virtual machine acts as a server on which you can do your development tasks.
The root folder (e.g. bamp/) can be accessed once you are inside the VM via "/vagrant" path. So anything that you put inside the root folder will be automatically accessible within the VM itself. That means you can use any IDE locally and any of those local changes will get automatically sync inside the VM on which your site is being hosted for development.