Skip to main content

Notice: This Wiki is now read only and edits are no longer 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 ==
* start Eclipse
+
The eTrice website is located in a git repository, thus for quick editing without local preview you can
* clone git repository from ssh://<comitter user name>@git.eclipse.org/gitroot/www.eclipse.org/etrice.git
+
# clone git repository from ssh://CommitterUserName@git.eclipse.org/gitroot/www.eclipse.org/etrice.git
* import the etrice project into your workspace
+
#* auth via private password, EGit has problems, better use other client
* make your changes
+
#* the website is a simple Eclipse project, thus you can import it into your workspace
* committers can check in, the changes will go live within a minute
+
# make your changes
* contributors can provide a patch with their changes
+
# committers can push, the changes will go live within a minute
 +
#* contributors can provide a patch with their changes
  
 
----
 
----
[https://wiki.eclipse.org/Configuring_Eclipse_to_Edit_your_eclipse.org_Website Eclipse.org Wiki - Edit Website]
+
 
 +
== Setup local server (XAMPP) ==
 +
Running etrice site local with XAMPP (windows)
 +
* setup XAMMP see [https://wiki.eclipse.org/Configuring_Eclipse_to_Edit_your_eclipse.org_Website Eclipse.org Wiki - Edit Website].
 +
* clone etrice website repository into folder named ''etrice''
 +
* clone git://git.eclipse.org/gitroot/www.eclipse.org/eclipse.org-common.git into folder named ''eclipse.org-common'' on same level
 +
* let VirtualHost point to parent folder of both
  
 
[[Category:ETrice]]
 
[[Category:ETrice]]
 
[[Category:modeling]]
 
[[Category:modeling]]

Revision as of 07:22, 19 October 2015

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://CommitterUserName@git.eclipse.org/gitroot/www.eclipse.org/etrice.git
    • auth via private password, EGit has problems, better use other client
    • 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)

Back to the top