This is how I was finally able to run unoconv locally on my development machine.
Install unoconv:
# emerge -av1 unoconv
Start a new listener:
# sudo -u apache unoconv --listener -vvv
Once that is done, Moodle can successfully use it.
Note:
If you want to create a new page for developers, you should create it on the Moodle Developer Resource site. |
This is how I was finally able to run unoconv locally on my development machine.
Install unoconv:
# emerge -av1 unoconv
Start a new listener:
# sudo -u apache unoconv --listener -vvv
Once that is done, Moodle can successfully use it.