How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "alex-panov/webdev"
  config.vm.box_version = "1.0"
end
vagrant init alex-panov/webdev \
  --box-version 1.0
vagrant up

This version was created over 5 years ago.

What is it?

The ready working environment for web developers based on ubuntu server 16.04. Includes fully customized Linux, Apache, MySQL, with PHP 7, xdebug, phpmyadmin.

Using an additional article on the GitHub website, you can set up the working environment in a few minutes. Ideal for beginners and experienced developers.

1 provider for this version.
  • virtualbox Hosted by Vagrant Cloud (1.18 GB)