An open API service indexing awesome lists of open source software.

https://github.com/jonathanprince/dev-env-lamp

LAMP stack dev environment using Vagrant and Puppet
https://github.com/jonathanprince/dev-env-lamp

Last synced: 4 months ago
JSON representation

LAMP stack dev environment using Vagrant and Puppet

Awesome Lists containing this project

README

          

# LAMP Development Environment

Starting point for quickly setting up a basic LAMP dev environment. Uses Vagrant and Puppet to setup the LAMP stack.

## Setup

1. Clone this repo, rename containing folder with project name, delete .git folder.
2. Create `./www` folder, the contents of this folder will be synced with the apache document root.
3. Database setup sql in `./db.sql`
4. Run `vagrant up`
5. Open site in browser at `localhost:8888`