Cccccrystall commented on code in PR #1955: URL: https://github.com/apache/streampipes/pull/1955#discussion_r1367924000
########## 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 Review Comment: Hi, @bossenti ! I have changed the descriptiong of this row, as well as the same description for 'Nats' and 'Full' option. -- 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]
