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
- Host: GitHub
- URL: https://github.com/jonathanprince/dev-env-lamp
- Owner: JonathanPrince
- Created: 2014-10-10T08:23:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-23T20:52:28.000Z (over 10 years ago)
- Last Synced: 2024-12-30T22:10:30.201Z (over 1 year ago)
- Language: Puppet
- Size: 383 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`