-# 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.
`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
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