X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=daa120c8f4d98aa333c682e0295e01f7b33acd96;hb=b85766c0eb697d3e583cf647ea0dc2badcaa9c24;hp=e07e00b8a13f34435ad82ec03076a3cd7cdb40f6;hpb=7355874254c082dc2f7d6514a9aacf4fdaa5e6bc;p=tm351-notebooks.git diff --git a/README.md b/README.md index e07e00b..daa120c 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,29 @@ Repo for installing & running prebuilt distribution of TM351 (production) D2 VM: -* 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