How to Host Online Help on Your Own Server ========================================== Basics ------ The online help for different ePages 6 versions is centrally hosted on http://helpcenter.epages.com/Doc/[version]/epages/Help For example: http://helpcenter.epages.com/Doc/ver_6_10_4/epages/Help/de/MBO/index.htm The link is generically created based on the attribute "DocRoot" in the file "System.xml" in the Presentation cartridge: If you want to host the online help on your own help server or locally on your ePages installation server, you just have to change the attribute value accordingly. An Example for the local installation: An example for your own help server: Local Installation of the Online Help ------------------------------------- 1. Download online help from the ePages download center (version number in ver_* may vary, it is either ver_6_X for release versions as 6_10, or ver_6_X_Y for patch versions as ver_6_10_4): ftp://epages-software.de/pub/products/epages-helpcenter/ver_6_10_4.tar.gz 2. Copy package to %EPAGES_WEBROOT% . 3. Optionally, backup directory %EPAGES_WEBROOT%\Doc or rename it. 4. Unpack the package inside %EPAGES_WEBROOT% : gzip -cd ver_6_10_4.tar.gz | tar xf - 5. Open the file %EPAGES_CARTRIDGES%\DE_EPAGES\Presentation\Database\XML\System.xml 6. Change the value of the attribute "DocRoot" to 7. Import the file "System.xml": Windows: perl %EPAGES_CARTRIDGES%\DE_EPAGES\Object\Scripts\import.pl -storename Store -file %EPAGES_CARTRIDGES%\DE_EPAGES\Presentation\Database\XML\System.xml Linux: $EPAGES_WEBROOT/_MONITOR_/access.sh $PERL $EPAGES_CARTRIDGES/DE_EPAGES/Object/Scripts/import.pl -storename Store -file $EPAGES_CARTRIDGES/DE_EPAGES/Presentation/Database/XML/System.xml 8. Ready!