Mimic Docker-based upgrades in "traditional" deployements

The following script show you how to do platform upgrades on a “traditional” (i.e. non Docker images-based) deployment (based on our Tomcat and Template Git repositories) in a similar way as they would be done if you were using procedures based on our Docker images:

The start.sh and stop.sh scripts used in this script are the same as the one used in our Docker images, you can thus use the same environment variables to configure your instance (e.g. database settings), see this doc for details: https://docs.simplicite.io/documentation/90-operation/docker.md

Of course this script must be reviewed/customized to your specific needs