https://github.com/dgapitts/puppet-vagrant-lucid32
Simple project taking a vagrant lucid32 and configuring base packages (curl, vim, zip ...) plus some handy environment / alias settings
https://github.com/dgapitts/puppet-vagrant-lucid32
Last synced: 16 days ago
JSON representation
Simple project taking a vagrant lucid32 and configuring base packages (curl, vim, zip ...) plus some handy environment / alias settings
- Host: GitHub
- URL: https://github.com/dgapitts/puppet-vagrant-lucid32
- Owner: dgapitts
- Created: 2013-04-19T22:10:14.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-20T07:07:09.000Z (about 13 years ago)
- Last Synced: 2025-02-26T09:46:44.415Z (over 1 year ago)
- Language: Ruby
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
*** THIS PROJECT IS STILL UNDER DEVELOPMENT ***
1) Install vagrant, VirtualBox and download lucid32 base box
This project is a simple Vagrant lucid32 server, so before you start you will need to install vagrant and VirtualBox. These are both very popular software and the latest version can installed in a couple of minutes ... just google it!
Next download the lucid32.box:
vagrant box add lucid32 http://files.vagrantup.com/lucid32.box
FYI ... vagrant will save the 249M box file in a hidden directory:
$ cd ~/.vagrant.d/boxes
$ ls -ltr
drwxr-xr-x 5 dpitts 660531311 170 Apr 9 22:43 lucid32
$ du -h
249M ./lucid32
2) Clone this repo
3) Go to the repo and launch the box
cd [repo]
vagrant up