Rock-solid Debian based Vagrant box with a straightforward LEMP configuration. No Puppet or Chef knowledge required. Easy to extend with basic bash knowledge.
- Debian Jessie
- nginx 1.6
- PHP 5.6 (curl, FPM, GD, GMP, Imagick, intl, LDAP, Mcrypt, MySQL, PEAR, PECL, pspell, Recode, SQLite, Tidy, Xdebug, XSL)
- MariaDB 10.0
- VirtualBox
- Vagrant
- Clone Git repository
- Choose app in Vagrantfile or start from "scratch"
- Define document root in Vagrantfile
- Run "vagrant up"
- Create fantastic things!
- Drupal
- Laravel/Lumen
- Magento
- Symfony
- TYPO3
- WordPress
You need a database? These box creates one for you:
Host: localhost
, DB: vagrant
, User: vagrant
, Password: vagrant
In vagrant/30_custom.sh
is space for your improvements.