Skip to content

Vagrant setup that runs your project on LAMP server with minimal config

Notifications You must be signed in to change notification settings

mbman/lampapp-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LAMPapp Vagrant

Example usage of LAMPapp Chef cookbook

Requirements

  • Vagrant 1.5+
  • Virtualbox or some other Vagrant provider
  • ChefDK
  • Optional: NFS share is activated by default for better performance and must me installed on host machine

How to use

  • Run sudo vagrant plugin install vagrant-berkshelf && sudo vagrant plugin install vagrant-bindfs to install neccessary Vagrant plugin
  • Copy Vagrantfile and Berksfile files to your project's root dir
  • Set Vagrantile's chef.lampapp.path to your project's public web dir
  • Run vagrant up to start the VM
  • Your web app is now available at 192.168.56.101
  • Run vagrant halt to power off the VM

About

Vagrant setup that runs your project on LAMP server with minimal config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published