Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.
/ myLampVM Public archive

Debian based Vagrant box + LAMP + mailcatcher

License

Notifications You must be signed in to change notification settings

vdebes/myLampVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My LAMP VM

This is just a Vagrant box with the stack I use on a regular basis. Based on debian/jessie, nothing fancy, provisioned with a good ol' bash file, noob friendly.

Getting started

git clone https://github.com/vince-db/myLampVM.git
cd myLampVM
vagrant plugin install vagrant-vbguest
vagrant up

Then go to http://192.168.33.10 and you are good to go. Mailcatchter is accessible at http://192.168.33.10:1080.

Customize the configuration

All files that have been modified are copied in the /config directory. If you need to edit them, do so and then run

vagrant reload --provision

This will execute the init.sh again and copy those files where they belong (see init.sh).

About

Debian based Vagrant box + LAMP + mailcatcher

Resources

License

Stars

Watchers

Forks

Packages

No packages published