https://github.com/mec/vagrant-lamp
My basic Vagrant LAMP stack for local dev.
https://github.com/mec/vagrant-lamp
Last synced: over 1 year ago
JSON representation
My basic Vagrant LAMP stack for local dev.
- Host: GitHub
- URL: https://github.com/mec/vagrant-lamp
- Owner: mec
- Created: 2017-05-17T12:01:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T12:01:24.000Z (about 9 years ago)
- Last Synced: 2025-03-26T11:22:36.936Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Basic Vagrant LAMP environment
## Ubuntu 16.0.4 LTS
## Apache 2
group: www-data
Basic virtual host set at *:80
Port 80 maps to 8080 on the host machine.
## MySQL
username: root
password: root
## PHP 7
- mcrypt
- gd
- simplexml
- mbstring
## File System
Sharing /var/www to the host as www on the host.