README.md edited online with Bitbucket master
authorAlistair Willis <alistair.willis@open.ac.uk>
Thu, 5 Feb 2015 11:35:25 +0000 (11:35 +0000)
committerAlistair Willis <alistair.willis@open.ac.uk>
Thu, 5 Feb 2015 11:35:25 +0000 (11:35 +0000)
README.md

index daa120c8f4d98aa333c682e0295e01f7b33acd96..86f91e0a139e7f86b6646ea01fddf31863f3cdb4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-# README #\r
-\r
-Repo for installing & running prebuilt distribution of TM351 (production) D2 VM:\r
-\r
+# README #
+
+Repo for installing & running prebuilt distribution of TM351 (production) D2 VM:
+
 * vagrant files etc
 
 This is the package intended for distribution to students.
@@ -15,6 +15,8 @@ To launch the virtual machine:
 
 `vagrant up`
 
+in the directory containing the Vagrantfile. Wait until the process finishes; this can take quite a long time on the first run, but is usually quicker subsequently.
+
 You should be able to go to:
 
 * `http://127.0.0.1:8888` to see the notebooks
@@ -27,4 +29,10 @@ If the services don't seem to be running:
 
 To see a full list of vagrant commands:
 
-`vagrant`
\ No newline at end of file
+`vagrant`
+
+To power down the virtual machine:
+
+`vagrant suspend` or `vagrant halt`
+
+in the directory containing the Vagrantfile. Then use `vagrant up` again to restart.
\ No newline at end of file