项目作者: donzpixelz

项目描述 :
centos 7 lamp stack built using packer. *Vagrant Ready!
高级语言: Shell
项目地址: git://github.com/donzpixelz/lamp.git
创建时间: 2017-06-05T13:19:55Z
项目社区:https://github.com/donzpixelz/lamp

开源协议:

下载


lamp

This is a packer built from scratch lamp stack using centos 7 pulled from MIT.

To use this project you need only to pull it to your local machine and change the password in the following files:

  1. ks.cfg located in the .packer/http folder
  2. lamp.json located in the .packer folder.

You may also choose to update the ip in the Vagrantfile.

You will also need packer and vagrant installed on your host machine along with the following vagrant plugins:

  1. vagrant-auto_network # vagrant plugin install vagrant-auto_network
  2. vagrant-digitalocean # vagrant plugin install vagrant-digitalocean
  3. vagrant-hostsupdater # vagrant plugin install vagrant-hostsupdater
  4. # vagrant plugin update vagrant-hostsupdater
  5. vagrant-share # vagrant plugin install vagrant-share
  6. vagrant-triggers # vagrant plugin install vagrant-triggers
  7. vagrant-vbguest # vagrant plugin install vagrant-vbguest