https://github.com/slavahatnuke/vagrant-project
vagrant-project
https://github.com/slavahatnuke/vagrant-project
Last synced: 2 months ago
JSON representation
vagrant-project
- Host: GitHub
- URL: https://github.com/slavahatnuke/vagrant-project
- Owner: slavahatnuke
- Created: 2013-11-26T19:54:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-10T19:29:37.000Z (over 11 years ago)
- Last Synced: 2025-01-28T23:31:16.486Z (4 months ago)
- Language: Shell
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vagrant Project Skeleton
---
1. setup your server configuration
* edit `Vagrantfile.install.sh`
2. `vagrant up` [docs](http://www.vagrantup.com/)
3. speedup network
* install nfsd [ubuntu](https://help.ubuntu.com/community/SettingUpNFSHowTo)
* edit `Vagrantfile.project.yml`
* set `"nfs": true`
* `vagrant reload`