Moodle is fully compatible with OutSite-In.
moodle procedure
In order to take your Moodle web site on CD or simply offline, we recommend you to:
Modify the "\config.php" file by editing your offline files directory:
Find the line starting with:
$CFG->dbhost = ...
and change it to:
$CFG->dbhost = 'localhost';
Find the line starting with:
$CFG->wwwroot = ...
and change it to:
$CFG->wwwroot = 'http://'.$_SERVER["HTTP_HOST"];
Find the line starting with:
$CFG->dirroot = ...
and change it to:
$CFG->dirroot = $_SERVER['DOCUMENT_ROOT'];
Find the line starting with:
$CFG->dataroot = ...
and change it to:
$CFG->dataroot = $_SERVER['DOCUMENT_ROOT'].'\moodledata';
On the main screen of OutSite-In click on Options and select "Access advanced options". Then select MySQL 5.0.41 and PHP 5.2.2. Click on "Edit the configration" :
Find the ligne starting with :
;extension=php_mysql.dll
and change it to :
extension=php_mysql.dll
(tested with Moodle-1.8.2)