https://github.com/matthewbdaly/vagrant-php-dev-boilerplate-nginx
A variant of my PHP dev boilerplate, using Nginx instead of Apache
https://github.com/matthewbdaly/vagrant-php-dev-boilerplate-nginx
Last synced: 3 months ago
JSON representation
A variant of my PHP dev boilerplate, using Nginx instead of Apache
- Host: GitHub
- URL: https://github.com/matthewbdaly/vagrant-php-dev-boilerplate-nginx
- Owner: matthewbdaly
- License: gpl-2.0
- Created: 2014-12-14T18:06:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-15T23:05:07.000Z (over 10 years ago)
- Last Synced: 2025-01-21T07:09:08.673Z (5 months ago)
- Language: Shell
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Vagrant PHP Dev Boilerplate Nginx
=================================A boilerplate Vagrant configuration for PHP development, using Nginx instead of Apache.
In addition, if you want to use MongoDB as your database instead of MySQL, there's an alternative bootstrap script at `mongobootstrap.sh` that sets up MongoDB instead of MySQL. To use it, replace the reference to `bootstrap.sh` in `Vagrantfile` with `mongobootstrap.sh`