Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hakamadare/vagrant-workstation
CentOS 6 workstation Vagrant box
https://github.com/hakamadare/vagrant-workstation
Last synced: 12 days ago
JSON representation
CentOS 6 workstation Vagrant box
- Host: GitHub
- URL: https://github.com/hakamadare/vagrant-workstation
- Owner: hakamadare
- Created: 2015-09-11T18:42:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-11T18:42:48.000Z (over 9 years ago)
- Last Synced: 2023-03-11T21:19:00.911Z (almost 2 years ago)
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Centos 6 Workstation (Vagrant)
## The first time
1. Install [Vagrant](http://vagrantup.com).
2. `vagrant up`
3. `vagrant vbguest --do rebuild`
4. `vagrant reload`## When you've finished working
1. `vagrant suspend` or `vagrant halt`
## To resume
1. `vagrant resume` or `vagrant up`
## To reset to original state
1. `vagrant destroy`
2. `vagrant up`
3. `vagrant vbguest --do rebuild`
4. `vagrant reload`