Claroline is fully compatible with OutSite-In.
In order to take your Claroline web site on CD or simply offline, we recommend you to:
Modify the "\platform\conf\claro_main.conf.php" file by editing your offline files directory:
Find the line starting with:
$GLOBALS['dbHost'] =...
and change it to:
$GLOBALS['dbHost'] = 'localhost';
Find the line starting with:
$GLOBALS['rootWeb'] =...
and change it to:
$GLOBALS['rootWeb'] = 'http://'.$_SERVER["HTTP_HOST"].'/';
Find the line starting with:
$GLOBALS['urlAppend'] =...
and change it to:
$GLOBALS['urlAppend'] = ' ';
Find the line starting with:
$GLOBALS['rootSys'] =...
and change it to:
$GLOBALS['rootSys'] = $_SERVER['DOCUMENT_ROOT'];
Find the line starting with:
$GLOBALS['garbageRepositorySys'] =...
and change it to:
$GLOBALS['garbageRepositorySys'] = $_SERVER['DOCUMENT_ROOT'].'/tmp/garbage';
(tested with Claroline-1.8.5)