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

ETrice/Development/ETriceHome

Quick Edit without preview

The eTrice website is located in this git repository www.eclipse.org/etrice.git.

If you have set up the eTrice development via oomph, you can find the sources already in your workspace. Go to the Eclipse project 'etrice' and commit/push your changes.

Otherwise, you have to clone the repository manually:

  1. clone git repository from ssh://<gerrit_user>@git.eclipse.org:29418/www.eclipse.org/etrice.git
    • auth via ssh same of eTrice eclipse git
    • the website is a simple Eclipse project, thus you can import it into your workspace
  2. make your changes
  3. committers can push, the changes will go live within a minute
    • contributors can provide a patch with their changes

Setup local server (XAMPP)

Run the etrice website locally with XAMPP (windows):

Back to the top