Update README
authorTony Hirst <tony.hirst@gmail.com>
Mon, 19 Jan 2015 10:54:07 +0000 (10:54 +0000)
committerTony Hirst <tony.hirst@gmail.com>
Mon, 19 Jan 2015 10:54:07 +0000 (10:54 +0000)
README.md

index e07e00b8a13f34435ad82ec03076a3cd7cdb40f6..daa120c8f4d98aa333c682e0295e01f7b33acd96 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,4 +2,29 @@
 \r
 Repo for installing & running prebuilt distribution of TM351 (production) D2 VM:\r
 \r
-* vagrant files etc
\ No newline at end of file
+* vagrant files etc
+
+This is the package intended for distribution to students.
+
+## Usage
+
+Install Virtualbox.
+Install vagrant.
+
+To launch the virtual machine:
+
+`vagrant up`
+
+You should be able to go to:
+
+* `http://127.0.0.1:8888` to see the notebooks
+* `http://127.0.0.1:3334` to see the OpenRefine
+* `http://127.0.0.1:3000` to see an ssh client
+
+If the services don't seem to be running:
+
+`vagrant provision`
+
+To see a full list of vagrant commands:
+
+`vagrant`
\ No newline at end of file