I am not sure on the exact instructions to install Hono 1.1.1 locally. Following the documentation , I was able to build the project with maven but I am not sure on how to proceed.
I was using version 0.9 before in which I managed to run Hono using docker swarm by running the swarm_deploy.sh script that was located in the deploy folder after building the project with maven. Currently in Hono 1.1.1 in the deploy folder we have services.sh instead of swarm_deploy.sh.
I would like to know, how could I run the docker swarm as it was in version 0.9? Are there any major drawbacks from this approach?
Note: I am looking for a simple way to install Hono locally as its a small experimental project and not aiming at a full scalable version yet such as using Kubernetes.