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

Difference between revisions of "Recommenders/Attic/Website"

m
(Removing all content from page)
 
(10 intermediate revisions by one other user not shown)
Line 1: Line 1:
== Useful links ==
 
* [[Using_Phoenix]]
 
  
 
== 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:
 
<pre>
 
:pserver:anonymous@dev.eclipse.org:/cvsroot/technology
 
</pre>
 
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:
 
<pre>
 
:pserver:anonymous@dev.eclipse.org:/cvsroot/org.eclipse            #Read only
 
:extssh:yourEclipseAccount@dev.eclipse.org:/cvsroot/org.eclipse    #Write access for committers
 
</pre>
 
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.
 
 
 
[[Category:Recommenders]]
 

Latest revision as of 02:28, 26 September 2013

Back to the top