X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=README.md;h=86f91e0a139e7f86b6646ea01fddf31863f3cdb4;hb=HEAD;hp=daa120c8f4d98aa333c682e0295e01f7b33acd96;hpb=837d6afd9180feb839773123b90fb90656a61a18;p=tm351-notebooks.git 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