...
Make sure you have Java installed, JRE_HOME and JAVA_HOME set according to theĀ Installation requirements - SSO.
Note |
---|
Latest SSO versions use Java 11. |
Download the SSO software package
Code Block |
---|
curl -LO https://repo2.dev.gs-iam.com/repository/snapshots/com/ubisecure/sso/sso/X.X.X-SNAPSHOT/sso-X.X.X-xxxxxxxx.xxxxxx-x-unix.tar.gz |
Unpack the software
Unpack the tar archive to /usr/local/ubisecure
.
...
Note | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
In RedHat 7 install.sh script fails. As a workaround, start OpenLDAP from shell by executing:
After OpenLDAP has started, open a new shell and execute the following commands:
After finishing the execution, kill the OpenLDAP instance from the other window. |
...
Start the Ubisecure Accounting service using the following command.
Code Block | ||
---|---|---|
| ||
systemctl/etc/init.d/ubisecure-accounting start ubisecure-accounting |
- On the first time the necessary database tables are created in your database.
- If you are doing the initial Accounting Service installation and the service does not start you may need to change the Accounting Service related settings in the
unix.config
file before continuing. see Change configuration settings during installation process in Linux. See also Troubleshooting Accounting Service.
...
Start the Ubisecure SSO process using the following commands.
Code Block | ||
---|---|---|
| ||
systemctl start /etc/init.d/ubilogin-directory start systemctl start /etc/init.d/ubilogin-server start |
Continue on pageĀ Installation finalisation to finalise and verify the installation.