A custom Vagrant Box for PHP Web Development.
For Windows is recommended that you run the cmd window as Administrator
config/settings-php71.example.yaml
to config/settings-php71.yaml
(change the settings as needed)config/box.default.yaml
to config/box.yaml
and set variable vm: "php71"
vagrant up
command in your terminalDefault Softwares
* Ubuntu 16.04 64-bit
* Git 2.x
* Nginx 1.10.x
* MySQL 5.7.x (root password: 123456)
* PostgreSQL 9.6.x (postgres password: 123456)
* Sqlite3
* FreeTDS
* Composer
* Node.js 6.x (With Yarn, Bower, Browsersync, Grunt, and Gulp)
* Memcached
config/settings-php70.example.yaml
to config/settings-php70.yaml
(change the settings as needed)config/box.default.yaml
to config/box.yaml
and set variable vm: "php70"
vagrant up
command in your terminalDefault Softwares
* Ubuntu 16.04 64-bit
* Git 2.x
* Nginx 1.10.x
* MySQL 5.7.x (root password: 123456)
* PostgreSQL 9.6.x (postgres password: 123456)
* Sqlite3
* FreeTDS
* Composer
* Node.js 6.x (With Yarn, Bower, Browsersync, Grunt, and Gulp)
* Memcached
config/settings-php56.example.yaml
to config/settings-php56.yaml
(change the settings as needed)config/box.default.yaml
to config/box.yaml
and set variable vm: "php56"
vagrant up
command in your terminalDefault Softwares
* Ubuntu 16.04 64-bit
* Git 2.x
* Nginx 1.10.x
* MySQL 5.7.x (root password: 123456)
* PostgreSQL 9.6.x (postgres password: 123456)
* Sqlite3
* FreeTDS
* Composer
* Node.js 6.x (With Yarn, Bower, Browsersync, Grunt, and Gulp)
* Memcached
config/settings-php53.example.yaml
to config/settings-php53.yaml
(change the settings as needed)config/box.default.yaml
to config/box.yaml
and set variable vm: "php53"
vagrant up
command in your terminalDefault Softwares
* Ubuntu 14.04 64-bit
* Git 2.x
* Apache 2.4
* MySQL 5.5.x (root password: 123456)
* Sqlite3
* Node.js 6.x (With Yarn, Bower, Browsersync, Grunt, and Gulp)
* Memcached
config/settings-php52.example.yaml
to config/settings-php52.yaml
(change the settings as needed)config/box.default.yaml
to config/box.yaml
and set variable vm: "php52"
vagrant up
command in your terminalDefault Softwares
* Ubuntu 14.04 64-bit
* Git 2.x
* Apache 2.4
* MySQL 5.5.x (root password: 123456)
* Sqlite3
* Node.js 6.x (With Yarn, Bower, Browsersync, Grunt, and Gulp)
* Memcached