https://github.com/shizus/ubuntu64-lamp7
A vagrant setup with Ubuntu64, Apache, MySQL and PHP7 with composer installed.
https://github.com/shizus/ubuntu64-lamp7
apache composer lamp linux mysql php php7 ubuntu vagrant virtualbox
Last synced: 4 months ago
JSON representation
A vagrant setup with Ubuntu64, Apache, MySQL and PHP7 with composer installed.
- Host: GitHub
- URL: https://github.com/shizus/ubuntu64-lamp7
- Owner: shizus
- Created: 2017-11-20T17:46:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-20T17:59:49.000Z (over 7 years ago)
- Last Synced: 2025-01-12T11:28:49.975Z (5 months ago)
- Topics: apache, composer, lamp, linux, mysql, php, php7, ubuntu, vagrant, virtualbox
- Language: HTML
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to setup
> git clone https://github.com/shizus/ubuntu64-lamp7.git> cd ubuntu64-lamp7
> vagrant up
# Check setup
After `vagrant up` browse to:
[http://www.lamp7.dev/](http://www.lamp7.dev/)You should see:
```
Congratulations!Ubuntu64-lamp7 is working!
```# How is this working?
## Host names
Vagrant uses vagrant-hostmanager plugin to create a host name, in this case `www.lamp7.dev` while the vm is loading.
If you do not have vagrant-hostmanager installed you should run
> vagrant plugin install vagrant-hostmanager
before running vagrant up. See more information in [https://github.com/devopsgroup-io/vagrant-hostmanager](https://github.com/devopsgroup-io/vagrant-hostmanager)
## Synchronized folders
Your current directory where you run `vagrant up` will be synchronized with guest folder `/var/www/html` which is the default Apache directory