https://github.com/ph/vagrant-demo
Small vagrant + puppet demo
https://github.com/ph/vagrant-demo
Last synced: 2 months ago
JSON representation
Small vagrant + puppet demo
- Host: GitHub
- URL: https://github.com/ph/vagrant-demo
- Owner: ph
- Created: 2011-05-31T00:48:14.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-05-31T02:08:35.000Z (about 15 years ago)
- Last Synced: 2025-01-25T21:13:30.360Z (over 1 year ago)
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
- Install Virtual box http://www.virtualbox.org/
- gem install vagrant
- vagrant box add lucid64 http://files.vagrantup.com/lucid64.box
- cd vagrant-demo
- vagrant up
# handy commands
Connect to it: vagrant ssh
halt: vagrant suspend
vagrant --help