https://github.com/fixate/vagrant-lamp-stack
https://github.com/fixate/vagrant-lamp-stack
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fixate/vagrant-lamp-stack
- Owner: fixate
- Created: 2015-03-16T20:26:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-01T10:14:13.000Z (almost 10 years ago)
- Last Synced: 2025-01-04T08:37:14.009Z (4 months ago)
- Language: Makefile
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vagrant LAMP stack
This provides a Hetzner-ish shared hosting vagrant box for
improved development-production parity.### Whats on this box?
- Debian 7.8 (wheezy)
- PHP 5.4
- Apache 2.2
- Mysql 5.5#### Scripts
-- None yet --
### Setup
1. Create a folder for your sites (e.g. ~/Sites)
2. Checkout this repo
3. run `SITES_DIR=~/Sites sudo make install`