Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binocarlos/vagrant-stub
A simple template for vagrant running an Ubuntu 12 with 3.8.0 kernel for docker and auto VBox Guest Additions installer
https://github.com/binocarlos/vagrant-stub
Last synced: 11 days ago
JSON representation
A simple template for vagrant running an Ubuntu 12 with 3.8.0 kernel for docker and auto VBox Guest Additions installer
- Host: GitHub
- URL: https://github.com/binocarlos/vagrant-stub
- Owner: binocarlos
- Created: 2013-08-21T16:01:50.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-21T19:07:28.000Z (about 11 years ago)
- Last Synced: 2024-04-14T14:36:48.548Z (7 months ago)
- Language: Ruby
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vagrant-stub
============A simple template for vagrant running an Ubuntu 12 with 3.8.0 kernel for docker and auto VBox Guest Additions installer
## usage
1. Install vagrant and virtualbox
2. Copy the Vagrantfile and bootstrap.sh into the root of your project
3. type:
```
$ vagrant up
```The initial run through will upgrade the kernel and update Guest Additions.
The second run through will run bootstrap.sh which you can use to provision your new machine
## licence
MIT