Vagrant box for PHP projects, using PHP 7.0
- Ubuntu 14.04 LTS
- Nginx 1.8
ppa:nginx/stable
- MySQL 5.5
- PHP 5.6
ppa:ondrej/php5-5.6
- Redis 3.07
ppa:chris-lea/redis-server
- Phpmyadmin 4.04
- Virtualbox 4.3+ (5.0 is tested, the guest addtion is working on windows, Mac user may need to update TODO: the issue for brew cask installed vbox)
- Vagrant latest
vagrant init at15/lnmp7
vagrant up --provider virtualbox
git clone git@github.com:at15/lnmp.git
cd lnmp
git checkout feature/php7
vagrant up
it will run the provision scripts
MIT