How to Install Script on New Environment
You need to install Version-Updater script on every environment where you want to use it. If it's one-server environment, then on every server. If multiple-server environment (like productions) – then on one server, that has access to Tomcat managers on all servers.
There is a download directory in GitHub repo, where you can find zip files of stable Version-Updater versions.
NB! Zip files may not contain minor fixes, new versions will be generated mainly for new functionality! See download/changelog.txt
for details.
- Download last zip file to the root directory of server, where Tomcat is installs
- Unzip it
- Modify following files to add environment-specific configurations (detailed explanations are in the comments inside the files):
version-updater/conf.sh
version-updater/functions-local.sh
version-updater/jira-issues.txt
- If files synchronization is needed, then add jobs to crontab – see Synchronization for details
See File Structure for details.