From 177214a13fe8aa3711de4fc325a354950a27fb22 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Tue, 20 Jan 2009 16:51:18 +0000 Subject: [PATCH] Update readme.txt, get rid of addSites.sh --- .../addSites.sh | 21 ------------------- .../readme.txt | 13 ++++++++++-- 2 files changed, 11 insertions(+), 23 deletions(-) delete mode 100755 releng/org.eclipse.rse.releng.infocenter/addSites.sh diff --git a/releng/org.eclipse.rse.releng.infocenter/addSites.sh b/releng/org.eclipse.rse.releng.infocenter/addSites.sh deleted file mode 100755 index e2f6eff45a4..00000000000 --- a/releng/org.eclipse.rse.releng.infocenter/addSites.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -#******************************************************************************* -# Copyright (c) 2006, 2007 Wind River Systems, Inc. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# Martin Oberhuber - initial API and implementation -#******************************************************************************* -# -# Add new Eclipse "extension locations" to the infocenter -# -IHOME=/home/infocenter/latest -$IHOME/bin/infocenter.sh addSite -from $IHOME/plugins/rse/eclipse -$IHOME/bin/infocenter.sh addSite -from $IHOME/plugins/dd.dsf/eclipse -$IHOME/bin/infocenter.sh addSite -from $IHOME/plugins/nab/eclipse -$IHOME/bin/infocenter.sh addSite -from $IHOME/plugins/ercp/eclipse -$IHOME/bin/infocenter.sh addSite -from $IHOME/plugins/mtj/eclipse -$IHOME/bin/infocenter.sh apply diff --git a/releng/org.eclipse.rse.releng.infocenter/readme.txt b/releng/org.eclipse.rse.releng.infocenter/readme.txt index 27799ef2895..45ffca9addf 100644 --- a/releng/org.eclipse.rse.releng.infocenter/readme.txt +++ b/releng/org.eclipse.rse.releng.infocenter/readme.txt @@ -10,11 +10,20 @@ 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 +Apache Installation: +* vi /etc/httpd/conf/httpd.conf + ADD + AddDefaultCharset Off + ProxyPass /help/latest http://localhost:27127/help + ProxyPassReverse /help/latest http://localhost:27127/help + +Installation: * Infocenter home (IHOME) at /home/infocenter/latest - Scripts checked out at $IHOME/bin - Deployable doc plugins at $IHOME/deploy +* cd $IHOME/bin + ./setup.sh + ./update.sh * Cronjob created to execute doit_nightly.sh ssh dsdp.eclipse.org -l infocenter crontab -e