Use the following steps to install AhsayOBM on FreeBSD using the TAR GZ offline installer:
- Login to a FreeBSD machine using an SSH client.
- Check if the pre-requisite FreeBSD port for OpenJDK 1.8 is installed.
- ls -la /usr/local
- Go to the bin of the openjdk8 directory by using this command: cd /usr/local/openjdk8/bin
- Enter this command: ./java -version
Download AhsayOBM
- After confirming that the OpenJDK 1.8 is installed on the machine, create a directory for AhsayOBM. Use the cd command: cd /usr/local
- Use this command to create the directory: mkdir obm
- Check if the directory was created: ls -la
- Go to the obm directory: cd obm
- Using a browser or a separate machine with a browser, access the AhsayOBM download page from your AhsayCBS wed management console.
- Under Linux/FreeBSD/Solaris section, right-lick on the TAR GZ offline installer and copy the link address.
- Go back to the SSH client and use the curl command to download the TAR GZ offline installer: curl -Ok (paste the copied link address)
Install AhsayOBM
- Extract the package component files using the tar command: tar xvfz obm-linux.tar.gz
- Run the installation by using this command: sh obm-linux.sh
- During the installation, enter the java path: /usr/local/openjdk8
- After the installation, check if the scheduler is running: ps -aux|grep obm or ps -w|grep java
To learn how to login to your AhsayOBM user account, please watch the video.