How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "pumpinteractive/lamp"
  config.vm.box_version = "1.0.1"
end
vagrant init pumpinteractive/lamp \
  --box-version 1.0.1
vagrant up

This version was created about 8 years ago.

Development LAMP box based on boxcutter/centos67

Updated Parallels Tools 11.2.1

  • Apache 2.2.15 w/ OpenSSL
  • PHP 5.6.22
  • MySQL 5.6.31

Also includes:

  • Vim Enhanced
  • Tree
  • S3cmd

Note: Apache does not start on startup

2 providers for this version.
  • parallels
    unknown Hosted by Vagrant Cloud (586 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (592 MB)