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

Compare with Current View Page History

Version 1 Next »

Follow the instructions below to start the SNAPSHOT version of StreamPipes:

Prerequisites

Install:

  • Docker + Docker-Compose
  • git

Set-Up StreamPipes

Use the git bash and execute the following commands:

  1. Clone Installer [Link]

    Prepare Installer
    # SSH
    git clone git@github.com:apache/incubator-streampipes-installer.git
    # HTTPS
    git clone https://github.com/apache/incubator-streampipes-installer.git
    
    # switch to development branch
    git checkout dev
  2. Open CLI directory

    Prepare Installer
    cd incubator-streampipes-installer
    cd cli
  3. Configure StreamPipes for UI development

    Prepare Installer
    ./sp set-template lite
    # Updates the file 'system'.
    # To run all algorithms run './sp set-template full'

    Error on Windows

    If an error occurs during startup, change the encoding of the file 'system' in the cli directory

  4. Start StreamPipes backend

    Prepare Installer
    # Downloads all docker images and starts StreamPipes
    ./sp start
  • No labels