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 "ETrice/Development/ETriceHome"

Line 1: Line 1:
 
== Quick Edit ==
 
== Quick Edit ==
 
The eTrice website is located in a git repository, thus for quick editing without local preview you can
 
The eTrice website is located in a git repository, thus for quick editing without local preview you can
# clone git repository from ssh://CommitterUserName@git.eclipse.org/gitroot/www.eclipse.org/etrice.git
+
# clone git repository from ssh://<gerrit_user>@git.eclipse.org:29418/www.eclipse.org/etrice.git
#* auth via private password, EGit has problems, better use other client
+
#* auth via ssh same of eTrice eclipse git
 
#* the website is a simple Eclipse project, thus you can import it into your workspace
 
#* the website is a simple Eclipse project, thus you can import it into your workspace
 
# make your changes
 
# make your changes

Revision as of 08:29, 26 October 2018

Quick Edit

The eTrice website is located in a git repository, thus for quick editing without local preview you can

  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)

Running etrice site local with XAMPP (windows)

Copyright © Eclipse Foundation, Inc. All Rights Reserved.