Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 9193009: Set up multi VM test environment (Closed)
Patch Set: Created Jan. 14, 2013, 1:45 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Vagrantfile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
===================================================================
--- a/README.md
+++ b/README.md
@@ -23,24 +23,26 @@
* [VirtualBox](https://www.virtualbox.org/)
* [Vagrant](http://vagrantup.com/)
-### Set up the server
+### Start a VM
-All you have to do is start _Vagrant_ (that's going to take a while on
-first boot):
+Right now, there's only one VM called _webserver_, but we'll have one
+for each type of server we manage in the future.
- vagrant up
+To start the _webserver_ VM:
+
+ vagrant up webserver
After you've made changes to Puppet manifests, you can update it like this:
- vagrant provision
+ vagrant provision webserver
Website development
-------------------
### Requirements
-* Make sure the _adblockplusorg_ module is included in _vagrant.pp_.
* A clone of the _anwiki_ repository, next to this directory.
+* The running _webserver_ VM.
### Set up anwiki
« no previous file with comments | « no previous file | Vagrantfile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld