1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-13 20:15:22 +02:00
cdt/releng/org.eclipse.rse.releng.infocenter
2006-08-10 07:45:49 +00:00
..
.project Add scripts for automatic infocenter updates on dsdp.eclipse.org 2006-07-20 10:47:33 +00:00
about.html bug 145539 - update about.html files. Note the trademark info in ssh plugins. 2006-07-25 16:00:51 +00:00
addSites.sh Add dd.dsf docs to infocenter 2006-07-31 17:29:37 +00:00
doit_nightly.sh Set shellscripts executable after CVS update 2006-07-20 12:12:28 +00:00
infocenter.sh Fix IHOME lookup in infocenter.sh 2006-07-20 11:56:20 +00:00
readme.txt Improve infocenter directory structure, add doit_nightly.sh and readme 2006-07-20 11:49:42 +00:00
update.sh Add id to infocenter update 2006-08-10 07:45:49 +00:00

DSDP Project Infocenter
-----------------------

This project contains scripts needed to run the Eclipse headless infocenter
application, serving latest online help from dsdp.eclipse.org.

The scripts are written to run by cron job, as user "infocenter", on dsdp.eclipse.org.

This project can be checked out with
  cvs -d :pserver:anonymous@dev.eclipse.org:/cvsroot/dsdp \
    co -d bin org.eclipse.tm.rse/releng/org.eclipse.tm.rse.releng.infocenter

Prerequisites:
* Eclipse 3.2 installed at /home/infocenter/eclipse3.2/eclipse
* Infocenter home (IHOME) at /home/infocenter/latest
  - Scripts checked out at $IHOME/bin
  - Deployable doc plugins at $IHOME/deploy
* Cronjob created to execute doit_nightly.sh
    ssh dsdp.eclipse.org -l infocenter
    crontab -e
    #Run the doc update at 2:00 every weekday
    0 2 * * 1-5     /home/infocenter/latest/bin/doit_nightly.sh

Other infocenter administration commands:
  infocenter.sh shutdown
  infocenter.sh start &

For more documentation on infocenter, see
http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/ua_help_setup_infocenter.htm

-- Martin Oberhuber, 20-Jul-2006