...
Please follow the Rocky Linux ISO download link from Latest packages and Dropbox links to download.
Create a VM using the downloaded ISO.
...
...
Once VM is created - login as root
Run below command :
#curl -L -o seceon-server-setup-8.0.0.tar.gz https://www.dropbox.com/s/28r0lwjkyq572kw/seceon-server-setup-8.0.0.tar.gz -k
Untar seceon-server-setup-8.0.0.tar.gz package
# tar -zxvf xvzf seceon-server-setup-8.0.0.tar.gz
# cd seceon-server-setup-8.0.0
# ./seceon-setup.sh
...
sh
...
# reboot
...
Login as user/password - seceon/seceon using Putty.
Now download the APE or CCE package and install using standard commands as :
APE - ./install.sh -a OR
CCE - ./install.sh -c
...