Skip to content

Commit f3e50df

Browse files
author
Razvan
committed
Updated README.md with additional info about the Moodle VM
1 parent 3f55a3b commit f3e50df

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,24 @@ In order to setup CyLMS, the following steps are required:
3838

3939
`$ /path/to/create_scorm_template.sh /full/path/to/cylms`
4040

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
4242
GitHub:
4343

4444
`$ tar -zxvf moodle.tgz`
4545

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+
4651
`$ virsh define moodle.xml`
4752

4853
`$ virsh start moodle`
4954

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.
5259

5360
### Utilization
5461

0 commit comments

Comments
 (0)