Skip to content
This repository was archived by the owner on Aug 31, 2019. It is now read-only.

Commit f61ec08

Browse files
committed
(GH-2) Remove vagrant from Gemfile
Vagrant is going to be deprecated as a gem in the future. This patch modifies the instructions informing the user to download a copy of Vagrant directly instead. In the master release of veewee, there will be support for exporting boxes without vagrant. However until that gem is released we still have a documentation dependency on vagrant. Signed-off-by: Ken Barber <ken@bob.sh>
1 parent a690662 commit f61ec08

File tree

4 files changed

+13
-103
lines changed

4 files changed

+13
-103
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.*.swp
33
.ruby-version
44
.rbenv-gemsets
5+
Gemfile.lock

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
source "http://rubygems.org"
22

33
gem 'veewee', '~> 0.3.7'
4-
gem 'vagrant', '~> 1.0.6'

Gemfile.lock

Lines changed: 0 additions & 101 deletions
This file was deleted.

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,20 @@ The primary goal is to create boxes that have very little specialisation at this
88

99
## Environment setup
1010

11-
*Note:* You'll need Ruby 1.9.3 and Bundler before you begin.
11+
You'll need Ruby 1.9.3 and Bundler before you begin. You should also install a copy of Vagrant from the instructions provided here:
12+
13+
<http://downloads.vagrantup.com/>
14+
15+
Once you have vagrant installed, start by entering the directory where you have cloned this project:
1216

1317
$ cd <path to repo>
18+
19+
*Optional* Create an RVM gemset:
20+
21+
$ rvm --create --ruby-version use ruby-1.9.3@puppet-vagrant-boxes
22+
23+
Then install the bundle:
24+
1425
$ bundle install
1526

1627
## Adding a new definition

0 commit comments

Comments
 (0)