From 943e3e69fcbc9dd1b21c12b6ec19adfcdcbc5c28 Mon Sep 17 00:00:00 2001 From: Mark Heiges Date: Fri, 2 Sep 2016 10:24:44 -0400 Subject: [PATCH] updated README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e300fa..38c78b5 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,16 @@ Usage The default Jenkins website will be available at - http://ci.jenkins.vm:9191/ + http://ci.jenkins.vm:9181/ + +Shell access to the guest VM + + vagrant ssh master + +The `/vagrant` directory on the guest is mounted from the hosts's +Vagrant project directory so its contents persist across recreation of +the guest VM. The `scratch` directory is excluded from git so is a good +place to place persistent, non-versioned data. Setup and Configuration =======