You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added code to detect the installed addins based on the directory names in %datadir%/JavaAddins.
A note: on Linix it is %datadir%\JavaAddin while on Windows it's under binary/execution folder (i.e. \IBM\Domino\JavaAddin)
The Super.Human.Installer instances are Linux, so this is a low priority for now. I have created this issue to track it as a possible improvement, though.
I'm not sure if there is a use case in installing this on other servers - the documentation will not necessarily be relevant, and it may need better security. On the other hand, can be used as a GUI to install Genesis addins, which could be useful going forward.
The text was updated successfully, but these errors were encountered:
@dpastov, I noticed today that the /JavaAddin logic does not install applications like netmonitor
startcloud@nomad-1:~$ sudo su - domino
$ bash
domino@nomad-1:~$ cd JavaAddin/
domino@nomad-1:~/JavaAddin$ ls -1
Genesis
SuperHumanPortal
domino@nomad-1:~/JavaAddin$ ls -1 ~/netmon*
/local/notesdata/netmonitor.nsf
Has something changed recently on the Genesis side that could affect this? I am testing: version 0.6.20 (origin) (core: 0.8.4)
From @dpastov: #10 (comment)
The Super.Human.Installer instances are Linux, so this is a low priority for now. I have created this issue to track it as a possible improvement, though.
I'm not sure if there is a use case in installing this on other servers - the documentation will not necessarily be relevant, and it may need better security. On the other hand, can be used as a GUI to install Genesis addins, which could be useful going forward.
The text was updated successfully, but these errors were encountered: