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 "Contributing to the ICE Website"

(Install the PHP Development Tools (PDT))
(Clone the ICE Website Repo)
Line 7: Line 7:
 
<nowiki>http://download.eclipse.org/tools/pdt/updates/3.4</nowiki>
 
<nowiki>http://download.eclipse.org/tools/pdt/updates/3.4</nowiki>
  
== Clone the ICE Website Repo ==
+
== Clone the ICE Website Repository ==
 +
 
 +
To access the code repository for the ICE website, open the Git perspective and select to ''Clone a Git repository''. Select ''Clone URI'' in the dialog and then enter the following information into the dialog:
 +
 
 +
[[File:]]
 +
 
 +
where committer_id in the dialog is your Eclipse Git committer identity. This might not be a value you would expect. To find your Eclipse Git identity, login to the [https://git.eclipse.org/r/#/setting Gerrit settings page] using the email address and password that you use to login to [https://eclipse.org eclipse.org]. After successfully logging into the Gerrit settings page, the field labelled ''Username'' will display your committer_id. Continue through the dialog selecting to check out the master branch and setting your Destination directory to the path of your choice.
  
 
== Set Up a Local Test Server ==
 
== Set Up a Local Test Server ==

Revision as of 11:36, 27 August 2015

This article outlines the process by which committers may modify and contribute content to the ICE website.

Install the PHP Development Tools (PDT)

You may use any Eclipse text editor to edit PHP and HTML files for the website. However, the PHP Development Tools (PDT) might make the experience more enjoyable. These tools can be installed in Eclipse via the Eclipse Marketplace or by selecting Help > Install New Software... and using the following site:

http://download.eclipse.org/tools/pdt/updates/3.4

Clone the ICE Website Repository

To access the code repository for the ICE website, open the Git perspective and select to Clone a Git repository. Select Clone URI in the dialog and then enter the following information into the dialog:

[[File:]]

where committer_id in the dialog is your Eclipse Git committer identity. This might not be a value you would expect. To find your Eclipse Git identity, login to the Gerrit settings page using the email address and password that you use to login to eclipse.org. After successfully logging into the Gerrit settings page, the field labelled Username will display your committer_id. Continue through the dialog selecting to check out the master branch and setting your Destination directory to the path of your choice.

Set Up a Local Test Server

Commit Changes

Access and Accept Gerrit Code Reviews

Back to the top