From: Alistair Willis Date: Thu, 5 Feb 2015 11:35:25 +0000 (+0000) Subject: README.md edited online with Bitbucket X-Git-Url: https://git.njae.me.uk/?p=tm351-notebooks.git;a=commitdiff_plain;h=afa426dfd4a406760273eaaa058d6feb84c98ded README.md edited online with Bitbucket --- diff --git a/README.md b/README.md index daa120c..86f91e0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# README # - -Repo for installing & running prebuilt distribution of TM351 (production) D2 VM: - +# 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