mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 09:45:39 +02:00
Update readme.txt, get rid of addSites.sh
This commit is contained in:
parent
c66bdb3131
commit
177214a13f
2 changed files with 11 additions and 23 deletions
|
@ -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
|
|
|
@ -10,11 +10,20 @@ This project can be checked out with
|
||||||
cvs -d :pserver:anonymous@dev.eclipse.org:/cvsroot/dsdp \
|
cvs -d :pserver:anonymous@dev.eclipse.org:/cvsroot/dsdp \
|
||||||
co -d bin org.eclipse.tm.rse/releng/org.eclipse.tm.rse.releng.infocenter
|
co -d bin org.eclipse.tm.rse/releng/org.eclipse.tm.rse.releng.infocenter
|
||||||
|
|
||||||
Prerequisites:
|
Apache Installation:
|
||||||
* Eclipse 3.2 installed at /home/infocenter/eclipse3.2/eclipse
|
* 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
|
* Infocenter home (IHOME) at /home/infocenter/latest
|
||||||
- Scripts checked out at $IHOME/bin
|
- Scripts checked out at $IHOME/bin
|
||||||
- Deployable doc plugins at $IHOME/deploy
|
- Deployable doc plugins at $IHOME/deploy
|
||||||
|
* cd $IHOME/bin
|
||||||
|
./setup.sh
|
||||||
|
./update.sh
|
||||||
* Cronjob created to execute doit_nightly.sh
|
* Cronjob created to execute doit_nightly.sh
|
||||||
ssh dsdp.eclipse.org -l infocenter
|
ssh dsdp.eclipse.org -l infocenter
|
||||||
crontab -e
|
crontab -e
|
||||||
|
|
Loading…
Add table
Reference in a new issue