1. Moodle configuration

Moodle administrator must save the following downloaded and extracted file to DocumentRoot of the server where Moodle is installed.

This is the script to be referenced in chilo_dl.html, the page to download CHiLO Book from Moodle.

▶  chiloApiCallback.zip

2. Necessary environment for creating CHiLO Books

2-1 java 8

2-2 CHiLO Producer

2-3 CHiLO Reader

2-4 chrome + Readium 

2-5 Excel or Libre Office

2-6 Text editor

2-7  ZIP compression software

3. Material for practical training

Save the following to easy-to-find locations such as desktop

 

3-1 Sample material used in the practical training

 

3-2 Link to see the manual

4. Confirm the environment for practical training

Confirm whether the setting is done properly from the following steps.

1) Move to chilo-producer-master folder of 1-2 CHiLO Producer using Command Prompt.

2) Execute the following command:
 

*** To output EPUB CHiLO Book **** 

> run.bat -c <name of your folder> -t epub (Windows)
> sh run.sh -c <name of your folder> -t epub (Unix-like OS)

*** To output Web CHiLO Book ****
> run.bat -c <name of your folder> -t web (Windows)
> sh run.sh -c <name of your folder> -t web (Unix-like OS)

When CHiLO Book is created in chilo-producer-master/OutputBase, the setting is correct.