A custom Vagrant Box for PHP Web Development.
- Ubuntu 16.04 64-bit
- Git 2.x
- PHP 7.0
- Nginx 1.10.x
- MariaDB 10.1.x (root password: 123456)
- Sqlite3
- Composer
- Node.js 6.x (With PM2, Bower, Browsersync, Grunt, and Gulp)
- Memcached
For Windows is recommended that you run the cmd window as Administrator
- Install Git
- Install VirtualBox >= 5.0.0
- Install Vagrant >= 1.8.4
- git clone https://github.com/wbraganca/vagrant-ubuntu16-php7 vagrant-ubuntu16-php7
- install Vagrant plugins:
- vagrant plugin install vagrant-vbguest
- vagrant plugin install vagrant-hostsupdater
- Run the
vagrant up
command in your terminal