How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "rexrana/lamp-xenial64"
end
vagrant init rexrana/lamp-xenial64
vagrant up
This version was created over 6 years ago.
php 7.2
There are no providers for this version.
This version was created almost 7 years ago.
upgraded packages installed extra php modules: php-mcrypt php-cli php-curl php-common php-gd php-mysql php-readline php-json added root password: vagrant
This version was created almost 8 years ago.
includes pre-installed LAMP server for development only mysql user/password: root ubuntu user/password: vagrant/vagrant