Skip to content

Instantly share code, notes, and snippets.

@gpism
Created September 26, 2023 02:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gpism/3a256026f8d1c3dd52773d5e76938ee6 to your computer and use it in GitHub Desktop.
Save gpism/3a256026f8d1c3dd52773d5e76938ee6 to your computer and use it in GitHub Desktop.
Stream pipe starting
ubuntu:~/odc/dev$ ls
apachecon-demo-processor incubator-streampipes incubator-streampipes-installer
(base) ubuntu:~/odc/dev$ cd incubator-streampipes-installer/
(base) ubuntu:~/odc/dev/incubator-streampipes-installer$ cd cli/
(base) ubuntu:~/odc/dev/incubator-streampipes-installer/cli$ ./streampipes env --set pipeline-element
[INFO] Set environment to 'pipeline-element'
(base) ubuntu:~/odc/dev/incubator-streampipes-installer/cli$ ./streampipes up -d
_______ __ ______ __
| __| |_.----.-----.---.-.--------.| __ \__|.-----.-----.-----.
|__ | _| _| -__| _ | || __/ || _ | -__|__ --|
|_______|____|__| |_____|___._|__|__|__||___| |__|| __|_____|_____|
|__|
Welcome to Apache StreamPipes - wait for installation to be finished...
[INFO] Version: 0.68.0
[INFO] Environment: 'pipeline-element'
[INFO] Mode: Development mode, all ports mapped
[INFO] Docker network 'spnet' already exists. Continuing
[INFO] Creating docker volumes and starting docker containers
validating /home/gp/odc/dev/incubator-streampipes-installer/cli/deploy/standalone/ui/docker-compose.dev.yml: services.ui must be a mapping
(base) ubuntu:~/odc/dev/incubator-streampipes-installer/cli$ ./streampipes up -d
_______ __ ______ __
| __| |_.----.-----.---.-.--------.| __ \__|.-----.-----.-----.
|__ | _| _| -__| _ | || __/ || _ | -__|__ --|
|_______|____|__| |_____|___._|__|__|__||___| |__|| __|_____|_____|
|__|
Welcome to Apache StreamPipes - wait for installation to be finished...
[INFO] Version: 0.68.0
[INFO] Environment: 'pipeline-element'
[INFO] Mode: Development mode, all ports mapped
[INFO] Docker network 'spnet' already exists. Continuing
[INFO] Creating docker volumes and starting docker containers
validating /home/gp/odc/dev/incubator-streampipes-installer/cli/deploy/standalone/ui/docker-compose.dev.yml: services.ui must be a mapping
(base) ubuntu:~/odc/dev/incubator-streampipes-installer/cli$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment