https://github.com/matthewbdaly/vagrant-php-dev-boilerplate
A boilerplate Vagrant configuration for PHP development
https://github.com/matthewbdaly/vagrant-php-dev-boilerplate
Last synced: 5 months ago
JSON representation
A boilerplate Vagrant configuration for PHP development
- Host: GitHub
- URL: https://github.com/matthewbdaly/vagrant-php-dev-boilerplate
- Owner: matthewbdaly
- License: gpl-2.0
- Created: 2013-08-16T17:23:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-09-29T15:14:40.000Z (about 10 years ago)
- Last Synced: 2024-04-14T04:02:31.121Z (over 1 year ago)
- Language: Shell
- Size: 217 KB
- Stars: 18
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Vagrant PHP Dev Boilerplate
===========================
A boilerplate Vagrant configuration for PHP development. Just download it and use it as a starting point for your own projects. You'll find the VM at http://192.168.56.101.
It includes a full LAMP stack, as well as PHPMyAdmin and Composer.
It also includes Webgrind at http://192.168.56.101/webgrind/ and XHProf at http://192.168.56.101/xhprof/, as well as a simple `msmtp` config for use with a Gmail account.
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`