You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Code

The code for the UI can be found on GitHub in the UI directory

Prerequisites

Install:

  • NodeJS + NPM (tested with v12+/ v6+)
  • Docker + Docker-Compose
  • You can use the IDE of your choice

Development Environment

Set-Up StreamPipes Backend

  1. Clone Installer [Link]
    1. Checkout branch 'dev'
  2. Go to directory 'cli'
  3. RUN './sp set-template ui-dev'
    • This will update the file 'system' and active all StreamPipes services, except the UI
  4. RUN './sp start'
    • This command will pull all docker images and start StreamPipes

Set-Up UI

  1. Clone StreamPipes [Link]
  2. Go to 'ui' directory
  3. RUN 'npm install'
  4. RUN 'npm start'
  • No labels