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

Flux/Running Flux

< Flux
Revision as of 10:33, 13 February 2015 by Unnamed Poltroon (Talk) (Created page with "This is a brief description how to run the Flux implementation locally. Since Flux is a highly decoupled and distributed system that is aimed at running in the cloud on differ...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is a brief description how to run the Flux implementation locally. Since Flux is a highly decoupled and distributed system that is aimed at running in the cloud on different nodes and cloud regions, running Flux locally requires a number of individual components to be installed and run locally.


Infrastructure:


Flux node server

  • you need node and npm installed on your machine (Node.js)
  • run "npm install eclipse-flux"
  • run "npm start eclipse-flux"


Eclipse IDE integration


Orion Web UI


Headless JDT service

Flux Java Client library

Back to the top