How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "ncaro/php7-debian8-apache-nginx-mysql"
  config.vm.box_version = "1.0.0"
end
vagrant init ncaro/php7-debian8-apache-nginx-mysql \
  --box-version 1.0.0
vagrant up

This version was created over 8 years ago.

A box preconfigured with:

  • Debian 8 (Jessie)
  • PHP 7 / 5.6
  • Composer
  • Apache and Nginx (Interchangeable)
  • MySQL 5.7 (root/root)
  • Grunt
  • Gulp
  • Bower
  • Node.js
  • NPM
1 provider for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (2.55 GB)