Skip to content
Eric Freed edited this page Apr 1, 2014 · 2 revisions

To add this to a project

  1. Download file contents: https://github.com/efreed/lamp-vm/archive/master.zip

  2. Put the contents in a folder at the root of the repo (example: /server)

  3. Edit line 25 of runonce.sh to match the real webroot for your project

  4. Place a sql dump of the mysql database in the folder (see readme for filename format)

  5. Start the VM and test that it's functional

  6. Commit the contents and start tracking your server config! (You’ll wind up needing to ignore a .vagrant folder that appears and ignore your sql init file, don't put those in source control)

Clone this wiki locally