Vagrant with Puppet for a complete web development workspace
Ubuntu Server 12.04 + Nginx + PHP + MySQL + MongoDB + NodeJS + Redis and more...
- Clone this repository:
git clone git://github.com/theferrer/vagrant-lnmp.git - Edit
manifests/main.ppto manage the packages you want and add the virtual hosts withaddServer. - Choose between to use guest address
47.47.47.47or host address127.0.0.1(Port redirection enabled by default) and update/etc/hostto accomplish your own requirements. For example:47.47.47.47 adminer.local - Run
vagrant up. - In order to test your configuration file you can load the following url: http://adminer.local
Remember to edit your /etc/hosts