Skip to content

Quickstart Deployment Mode #1732

Answered by Cccccrystall
Cccccrystall asked this question in Dev
Discussion options

You must be logged in to vote

Purpose

introduces a new docker-compose.quickstart.yml file and related configurations, aiming to streamline and enhance the user experience for quick project setups.

Solution

How to use Quickstart Deployment Mode

  1. Run Streampipes core
    Use "mvn clean package" in the streampipes root folder
  2. Start the UI of Streampipes
    Enter the ui folder and use "npm install" and "npm run build"
  3. Start docker in quick mode
    Enter the installer/compose folder
    Use "docker-compose -f docker-compose.quickstart.yml build script-runner" to build the docker
    Use "docker-compose -f docker-compose.quickstart.yml up -d" to start all services!
    4.After services are started, go to http://localhost/, you could see the defa…

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
8 replies
@Cccccrystall
Comment options

@bossenti
Comment options

@Cccccrystall
Comment options

@dominikriemer
Comment options

@Cccccrystall
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by bossenti
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Dev
Labels
None yet
4 participants