Skip to content
This repository was archived by the owner on Jun 28, 2023. It is now read-only.

Commit 1f3d373

Browse files
decklingabebw
authored andcommitted
Edit README, make rebuilding its own section, don't use rake for vagrant up
1 parent 422a88c commit 1f3d373

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ We use `chruby` to build/install Ruby, and invoke it in the user's `.bash_profil
2020

2121
The Vagrantfile will allow you to rebuild the RailsBridge VM from scratch. Run:
2222

23-
rake up
23+
vagrant up
2424

25-
This just runs `vagrant up`. Don't worry about the red text - it's just STDERR output. The base box will be downloaded directly from Ubuntu if it hasn't already been added.
25+
Don't worry about the red text (Vagrant automatically colors all text printed to standard error). The base box will be downloaded directly from Ubuntu if it hasn't already been added.
2626

2727
Building Ruby takes a while, so get some coffee.
2828

@@ -50,7 +50,9 @@ Files are copied into the VM from these directories:
5050
* `etcfiles` to `/etc` (as root)
5151
* `dotfiles` to `/home/vagrant` (as the user)
5252

53-
To apply your changes to the local Vagrant box that you booted with `vagrant up`, run `vagrant destroy` and then `vagrant up` again.
53+
## Rebuilding changes
54+
55+
If you make changes to the provisioning scripts, you should rebuild the VM from a clean image to ensure that everything is reproducible and that no manual changes have snuck in. To do this, run `vagrant destroy` and then `vagrant up` again.
5456

5557
It will re-run everything again, so grab some more coffee.
5658

0 commit comments

Comments
 (0)