https://github.com/danielm/vagrant-php
Vagrant project using Apache+PHP for development.
https://github.com/danielm/vagrant-php
apache composer git lamp mysql php phpmyadmin ubuntu vagrant
Last synced: about 1 month ago
JSON representation
Vagrant project using Apache+PHP for development.
- Host: GitHub
- URL: https://github.com/danielm/vagrant-php
- Owner: danielm
- Created: 2017-11-20T02:04:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T16:00:42.000Z (almost 4 years ago)
- Last Synced: 2025-01-28T02:22:19.606Z (3 months ago)
- Topics: apache, composer, git, lamp, mysql, php, phpmyadmin, ubuntu, vagrant
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Vagrant box for PHP Development
Simple Vagrant project for LAMP development.
## Includes:
- Ubuntu 16.04 LTS (Xenial 64)
- Apache 2
- MySQL
- PHP 7
- phpMyAdmin
- Git
- Composer## Details
- Default MySQL/phpMyAdmin info:
- user: root
- password: 1234567
- Default document root:
- src/public/## Authors
* **Daniel Morales** - - [danielm](https://github.com/danielm)
## License
This project is Dual licensed under the MIT and GPL licenses.
## More
More info about how to customize Vagrant here:
http://danielmg.org/development/2016/12/introduction-to-vagrant.html