mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 14:25:37 +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 \
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue