Set puppet class names to lower case
[tm351-notebooks.git] / README.md
1 # README #
2
3 Repo for installing & running prebuilt distribution of TM351 (production) D2 VM:
4
5 * vagrant files etc
6
7 This is the package intended for distribution to students.
8
9 ## Usage
10
11 Install Virtualbox.
12 Install vagrant.
13
14 To launch the virtual machine:
15
16 `vagrant up`
17
18 You should be able to go to:
19
20 * `http://127.0.0.1:8888` to see the notebooks
21 * `http://127.0.0.1:3334` to see the OpenRefine
22 * `http://127.0.0.1:3000` to see an ssh client
23
24 If the services don't seem to be running:
25
26 `vagrant provision`
27
28 To see a full list of vagrant commands:
29
30 `vagrant`