1. Necessary environment for creating CHiLO Books


1-1 java 8

1-2 CHiLO Producer

1-3 CHiLO Reader

1-4 chrome + Readium 

1-5 Excel or Libre Office

1-6 Text editor

1-7  ZIP compression software


2. Material for practical training

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

 

2-1 Sample material used in the practical training

 

2-2 Link to see the manual

 

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