https://github.com/krolow/vagrant-php
My vagrant environment for PHP 5.4
https://github.com/krolow/vagrant-php
Last synced: 2 months ago
JSON representation
My vagrant environment for PHP 5.4
- Host: GitHub
- URL: https://github.com/krolow/vagrant-php
- Owner: krolow
- Created: 2012-12-13T23:21:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-17T12:29:23.000Z (over 12 years ago)
- Last Synced: 2025-01-27T06:46:13.295Z (4 months ago)
- Language: Puppet
- Homepage:
- Size: 176 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vagrant-PHP
===========My vagrant environment for PHP.
## What it's provide to you:
- Apache
- PHP 5.4
- oh-my-zsh
- GIT
- MySQL 5
- phpqatools - http://phpqatools.org/
- VIM## How to setup?
```bash
git clone git://github.com/krolow/Vagrant-PHP.git
git submodule update --init
vagrant up
```You can set some variables here: https://github.com/krolow/Vagrant-PHP/blob/master/manifests/params.pp
That's it...