Cccccrystall commented on code in PR #1955: URL: https://github.com/apache/streampipes/pull/1955#discussion_r1359347178
########## installer/compose/README.md: ########## @@ -90,6 +91,18 @@ docker-compose -f docker-compose.full.yml down #docker-compose -f docker-compose.full.yml down ``` +We introduce quickstart deployment that comes with a set of predefined StreamPipes assets, to use the quickstart mode, just build the Docker image and start **quickstart** option: +```bash +docker-compose -f docker-compose.quickstart.yml build script-runner +docker-compose -f docker-compose.quickstart.yml up -d +# go to after all services are started http://localhost +``` +Stopping the **quickstart** option: +```bash +docker-compose -f docker-compose.quickstart.yml down +#docker-compose -f docker-compose.quickstart.yml down Review Comment: Thanks for the suggestion, here actually I am trying to make the format is same as the "full" and "nats" option, I could delete the duplicate row. Should I delete the duplicate "full" and "nats" row together? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
