Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fpletz/debian-packaging-workshop
Vagrant Box for Debian Packaging (wheezy)
https://github.com/fpletz/debian-packaging-workshop
Last synced: about 2 months ago
JSON representation
Vagrant Box for Debian Packaging (wheezy)
- Host: GitHub
- URL: https://github.com/fpletz/debian-packaging-workshop
- Owner: fpletz
- Created: 2012-10-26T11:59:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-26T12:00:09.000Z (about 12 years ago)
- Last Synced: 2023-04-21T15:10:11.353Z (over 1 year ago)
- Language: Ruby
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To build the basebox with veewee, use current git master branch of veewee:
veewee vbox build wheezy
vagrant basebox export wheezyImport the base box with:
vagrant box add wheezy wheezy.box
And boot it up:
vagrant up