File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -38,17 +38,24 @@ In order to setup CyLMS, the following steps are required:
38
38
39
39
` $ /path/to/create_scorm_template.sh /full/path/to/cylms `
40
40
41
- * Download and start the sample Moodle VM that is also provided on
41
+ * Download and extract the sample Moodle VM that is also provided on
42
42
GitHub:
43
43
44
44
` $ tar -zxvf moodle.tgz `
45
45
46
+ NOTE: It is also possible to set up your own Moodle host; if you
47
+ prefer to do so, follow the instructions in the User Guide.
48
+
49
+ * Register and start the sample Moodle VM:
50
+
46
51
` $ virsh define moodle.xml `
47
52
48
53
` $ virsh start moodle `
49
54
50
- NOTE: It is also possible to set up your own Moodle host; if you
51
- prefer to do so, follow the instructions in the User Guide.
55
+ NOTE: Before running the commands above, you will first need to
56
+ update the tag ` <source file='...'/> ` in the file ` moodle.xml ` to
57
+ specify the actual location of the VM disk image ` moodle.qcow2 ` on
58
+ your host.
52
59
53
60
### Utilization
54
61
You can’t perform that action at this time.
0 commit comments