https://github.com/mislam/vagrant-lemp
https://github.com/mislam/vagrant-lemp
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mislam/vagrant-lemp
- Owner: mislam
- Created: 2014-04-26T18:27:43.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-06-10T23:35:26.000Z (about 10 years ago)
- Last Synced: 2025-02-15T07:53:14.336Z (over 1 year ago)
- Language: Shell
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
Run `vagrant up` which will setup the server for the first time and perform provisioning by installing all necessary software.
vagrant up
## Host File Configuration
Edit the host file on client computer (i.e. `/etc/hosts` on Mac OS X).
sudo nano /etc/hosts
Add the following line:
192.168.50.100 mysite.dev www.mysite.dev
Now both of the following URLs should point to the same location:
- [`http://mysite.dev/`](http://mysite.dev/)
- [`http://www.mysite.dev/`](http://www.mysite.dev/)