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"

 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* start Eclipse (with PHP installed) with a new work space
+
== Quick Edit without preview ==
* add a CVS repository location: :pserver:dev.eclipse.org:/cvsroot/org.eclipse (for committers :extssh:__COMMITTER_NAME__@dev.eclipse.org:/cvsroot/org.eclipse, cf. http://git.eclipse.org/c/etrice/org.eclipse.etrice.git/tree/team/etrice_project_website.epf, edit __COMMITTER_NAME__ first)
+
The eTrice website is located in this git repository [http://git.eclipse.org/c/www.eclipse.org/etrice.git/ www.eclipse.org/etrice.git].
* check out the www/etrice eclipse project
+
* make your changes
+
* committers can check in, the changes will go live within a minute
+
* contributors can provide a patch with their changes
+
  
NOTE: preferably web development should be completed in a local environment before committing to the eclipse CVS.
+
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.
There are instructions on http://wiki.eclipse.org/Phoenix_Documentation and http://wiki.eclipse.org/Configuring_Eclipse_to_Edit_your_eclipse.org_Website.
+
 
But with xampp-win32-1.7.3 the Phoenix PHP scripts yield errors.
+
Otherwise, you have to clone the repository manually:
 +
# 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
 +
# make your changes
 +
# 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):
 +
* 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:modeling]]

Latest revision as of 12:13, 12 November 2018

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):

Copyright © Eclipse Foundation, Inc. All Rights Reserved.