Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Recommenders/Attic/Website

< Recommenders
Revision as of 07:55, 1 February 2011 by Lerch.st.informatik.tu-darmstadt.de (Talk | contribs) (New page: == Setting up local website environment == First you need to install apache2 and php on your local machine. Second step is to checkout phoenix, the website environment eclipse is using. Y...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Setting up local website environment

First you need to install apache2 and php on your local machine. Second step is to checkout phoenix, the website environment eclipse is using. You need the org.eclipse.phoenix project from here:

:pserver:anonymous@dev.eclipse.org:/cvsroot/technology

Move the content of org.eclipse.phoenix to your document root directory (for example: /var/www/). Next check out another required directory and the recommenders site from this repository:

:pserver:anonymous@dev.eclipse.org:/cvsroot/org.eclipse            #Read only
:extssh:yourEclipseAccount@dev.eclipse.org:/cvsroot/org.eclipse    #Write access for committers

You need home and recommenders of folder www in the repository. Place them in the document root, too. Note that org.eclipse.phoenix did contain a home directory already: Just merge them together.

Back to the top