项目作者: pacodes

项目描述 :
Debian, Nginx, PHP, MySql Vagrant box.
高级语言: Shell
项目地址: git://github.com/pacodes/vagrant-lemp.git
创建时间: 2018-04-15T13:40:58Z
项目社区:https://github.com/pacodes/vagrant-lemp

开源协议:

下载


Vagrant Debian LEMP

Basic PHP, MySql and Nginx Vagrant box.

Getting started

  • clone this repository
  • execute vagrant up
  • in your /etc/hosts create an entry for 192.168.100.100 example.loc
  • visit http://example.loc in your browser

Package versions

  • debian/8.10 jessie
  • nginx/1.6.2
  • php/7.1.16
  • mysql/5.5.59 (-u root -p password)
  • composer/1.6.4
  • mc/4.8.13

Editing php files

PHP files live within the web directory.