forked from rosedu/vmchecker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
INSTALL
39 lines (24 loc) · 858 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
== Dependencies ==
1. install needed python modules
apt-get install python-paramiko python-pyinotify python-json
2. (only on the tester machine)
install vmware-vix
# go to http://www.vmware.com/support/developer/vix-api/
# extract the archive
# tar xf VMware-vix-1.6.2-127388.i386.tar.gz
# install vmware-vix
sudo ./vmware-vix-distrib/vmware-install.pl
# remove vmware-vix directory
rm -rf vmware-vix-distrib
3. (only on the tester machine)
install pyvix
git clone git://github.com/luciang/pyvix.git
cd pyvix && python setup.py install
== Configure machines ==
# on storer:
vmchecker-init-course storer
# on tester:
vmchecker-init-course tester
Don't forget to edit /etc/vmchecker/config.list to add the
directories in which vmchecker-init-course was invoked and associate
them a course id.