Wiki

Clone wiki

MOODEC / Installation

Prerequisite

First you need to have an apache serveur and php server to run MOODEC. Make sure to set the

php_execution_time setting in php.ini to 60 seconds.

#!php

php_execution_time = 60 ;

Another configuration is useful for modifying the upload size for your MOOC Settings :

#!php

post_max_size=200M
upload_max_filesize=200M

We recommend to use 200M for upload if your server can handle it.

Installation

Download the Code for Bitbucket and put it on your webserver. Then go to : http://YOUSERVER/MOODEC_LOCATION and follow the instruction.

If you have any trouble during the installation please check first the Moodle Documentation : https://docs.moodle.org/29/en/Installing_Moodle

Updated