updated dockerfile
Organization of message notification and provision of information to users of the messenger Telegam using two bots.
Solution based on project
https://github.com/intersystems-community/TelegramAlerts
During the installation and configuration process, we will create an informant bot and an admin bot, which will allow the informant bot to provide users with the requested content.
A service has been added to the project to support informing via telegram messenger and email about the status of products and systems
If ZPM the current instance is not installed, then in one line you can install the latest version of ZPM.
zn "%SYS" d ##class(Security.SSLConfigs).Create("z") s r=##class(%Net.HttpRequest).%New(),r.Server="pm.community.intersystems.com",r.SSLConfiguration="z" d r.Get("/packages/zpm/latest/installer"),$system.OBJ.LoadStream(r.HttpResponse.Data,"c")
If ZPM is installed, then ZAPM can be set with the command
zpm:USER>install appmsw-telealerts
Make sure you have git and Docker desktop installed.
Clone/git pull the repo into any local directory
$ git clone https://github.com/SergeyMi37/appmsw-telealerts
Open the terminal in this directory and run:
$ docker-compose build
$ docker-compose up -d
$ docker-compose exec iris iris session iris
Demo Server SMP
Demo Server WebTerminal