Skip to content
This repository has been archived by the owner on Aug 27, 2018. It is now read-only.

Latest commit

 

History

History
39 lines (30 loc) · 1.05 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.05 KB

Vagrant License MIT

Vagrant LEMP Box

Rock-solid Debian based Vagrant box with a straightforward LEMP configuration. No Puppet or Chef knowledge required. Easy to extend with basic bash knowledge.

Stack

  • 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

Requirements

  • VirtualBox
  • Vagrant

Usage

  1. Clone Git repository
  2. Choose app in Vagrantfile or start from "scratch"
  3. Define document root in Vagrantfile
  4. Run "vagrant up"
  5. Create fantastic things!

Supported Apps

  • Drupal
  • Laravel/Lumen
  • Magento
  • Symfony
  • TYPO3
  • WordPress

Database

You need a database? These box creates one for you: Host: localhost, DB: vagrant, User: vagrant, Password: vagrant

Extending

In vagrant/30_custom.sh is space for your improvements.