Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdh100shaun/vagrant-zend-server
Vagrant Zend Server 6 box via Chef provisioning
https://github.com/sdh100shaun/vagrant-zend-server
Last synced: 25 days ago
JSON representation
Vagrant Zend Server 6 box via Chef provisioning
- Host: GitHub
- URL: https://github.com/sdh100shaun/vagrant-zend-server
- Owner: sdh100shaun
- Created: 2013-04-08T19:17:45.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-12-04T10:38:59.000Z (about 10 years ago)
- Last Synced: 2023-04-16T05:10:37.746Z (over 1 year ago)
- Language: Ruby
- Size: 227 KB
- Stars: 1
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zend Server 6 and MySQL Vagrant Box
This Vagrant setup configures an Ubuntu 12.04 (Precise) 64-bit box with Zend
Server 6 and PHP 5.4. It also configures an identical OS box with MySQL 5.The two boxes will come up named 'app' and 'db'.
## Quick Start
Run `vagrant up` from the `vagrant` directory, eg
(cd vagrant; vagrant up)
## Shared Folders
The chosen shared directory is shared as `/srv/host_share/`
## Apache
Apache is configured with the MPM-ITK module with document root set to
`/srv/host_share`