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 "Triquetrum/Kepler Triquetrum Repository"

(Steps for recreating what we have so far)
 
(How to import the actors)
Line 7: Line 7:
 
# Import the Kepler/Triquetrum projects
 
# Import the Kepler/Triquetrum projects
 
## Copy the Git repo URL: https://github.com/cxbrooks/keplerTriquetrum
 
## Copy the Git repo URL: https://github.com/cxbrooks/keplerTriquetrum
## In the Git Repository pane, right click and select Paste Repository Path or URI
+
## In the Git Repositories pane, right click and select Paste Repository Path or URI
 
## Create the Repo
 
## Create the Repo
# Import the projects ''FIXME: Need instructions''
+
# In the Git Repositories pane, right click on the keplerTriquetrum repository and select Import Projects, then hit Next and Finish.
 +
# In the org.triquetrum.kepler.ddp.site project, click on Synchronize and then build. ''FIXME: might be missing a step to build the feature in org.triquetrum.kepler.ddp.feature.''
 
# It is best to [https://hudson.eclipse.org/triquetrum/job/triquetrum/lastSuccessfulBuild/artifact/org.eclipse.triquetrum.repository/target/products/ Download] a standalone Triquetrum build and add the update location to it. '''It is very complex to add an update location to Triquetrum instance that was started from the Eclipse RCP instance.''' Instead, use a downloaded version of Triquetrum
 
# It is best to [https://hudson.eclipse.org/triquetrum/job/triquetrum/lastSuccessfulBuild/artifact/org.eclipse.triquetrum.repository/target/products/ Download] a standalone Triquetrum build and add the update location to it. '''It is very complex to add an update location to Triquetrum instance that was started from the Eclipse RCP instance.''' Instead, use a downloaded version of Triquetrum
 +
# In the newly started Triquetrum, select Help -> Install New Software
 +
## Click on Add, then Local
 +
### In the Add Browser dialog, browse to the location on the file system of the org.triquetrum.kepler.ddp.site directory, which is typically ~/git/org.triquetrum.kepler.ddp.site and click OK.
 +
### Enter any name, such ask KeplerTriquetrum
 +
### Click on OK
 +
## In the Install dialog
 +
### Expand uncategorized, select the feature, then click through the dialogs, restarting Triquetrum

Revision as of 16:43, 7 June 2016

Below are the steps necessary to use the prototype Kepler/Triquetrum interface.

This is a work in progress and intended only for experienced developers.

  1. Build Triquetrum from source
  2. Install Kepler in the workspace
  3. Import the Kepler/Triquetrum projects
    1. Copy the Git repo URL: https://github.com/cxbrooks/keplerTriquetrum
    2. In the Git Repositories pane, right click and select Paste Repository Path or URI
    3. Create the Repo
  4. In the Git Repositories pane, right click on the keplerTriquetrum repository and select Import Projects, then hit Next and Finish.
  5. In the org.triquetrum.kepler.ddp.site project, click on Synchronize and then build. FIXME: might be missing a step to build the feature in org.triquetrum.kepler.ddp.feature.
  6. It is best to Download a standalone Triquetrum build and add the update location to it. It is very complex to add an update location to Triquetrum instance that was started from the Eclipse RCP instance. Instead, use a downloaded version of Triquetrum
  7. In the newly started Triquetrum, select Help -> Install New Software
    1. Click on Add, then Local
      1. In the Add Browser dialog, browse to the location on the file system of the org.triquetrum.kepler.ddp.site directory, which is typically ~/git/org.triquetrum.kepler.ddp.site and click OK.
      2. Enter any name, such ask KeplerTriquetrum
      3. Click on OK
    2. In the Install dialog
      1. Expand uncategorized, select the feature, then click through the dialogs, restarting Triquetrum

Back to the top