Alternatively, copy and paste the server code to another folder.
Before modifying the application file, run the following command to stop Avaya Outlook Meetings Add-In service:
sudo systemctl stop aomp-server
To install the new version of Avaya Outlook Meetings Add-In, do the following:
Extract the new version of the application from aomp-server.zip.
After extracting, copy the avaya-outlook-meeting-plugin-x.x.x.tgz file and paste it in the AOMP/aomp-server-package/ folder.
The directory structure is as follows:
~/AOMP/
├── aomp-server-package ← (existing package folder)
├── config/
├── migration/
├── ... ← (other files and folders)
├── ...
├── avaya-outlook-meeting-plugin-x.x.x.tgz ← (After copied you would able to see this file the newer version)
├── aomp-server-backup/ ← (Backup of old code)
After you unzip, copy the name of avaya-outlook-meeting-plugin-x.x.x.tgz file and run the following command:
cd ~/aomp-server-package
# Replace x.x.x with the actul newer version.
npm install avaya-outlook-meeting-plugin-x.x.x.tgz
# This will install specified version of the AOMP service
To start the service using Systemd, do the following:
After the update is completed, restart the application using Systemd. To restart the application, enter the following sudo systemctl start aomp-server
To check the service status and logs, enter the following sudo systemctl status aomp-server
To view real-time logs, enter the following sudo journalctl -u aomp-server -f