Appearance
Installation Guide (Ubuntu)
About 299 wordsAbout 1 min
2025-05-19
Step 1: Switch to the Root User
To begin the installation, switch to the root user by running:
sudo suStep 2: Create the biadmin User
Create a user named biadmin and set the password:
adduser biadminFollow the prompts to set a password and user details.
Step 3: Create the biadmin User Group
Create a user group named biadmin and add the biadmin user to this group:
addgroup biadmin
adduser biadmin biadminStep 4: Extract the Installation Package
Navigate to the directory where the installation package is located and extract it into the /opt directory:
unzip -o Optimibi-linux-7.02.zip -d /opt/Step 5: Set Directory Permissions
Move to the /opt/ directory and modify the permissions:
cd /opt/
chmod -R 700 bi-server
chown -R biadmin bi-server
chgrp -R biadmin bi-server
ls -al bi-serverInstallation is now complete.
Starting Optimibi
Ensure that you perform the following steps as the biadmin user.
Step 1: Switch to biadmin
su biadminStep 2: Start the Service
Navigate to the Optimibi directory and start the server:
cd /opt/bi-server/
./start-server.shStep 3: Stop the Service
To stop the service, use:
./stop-server.shStep 4: Check Service Status
To verify whether the service is running, check the Tomcat process:
ps -ef | grep tomcatIf the command output shows Tomcat processes running, the service is active.
Logging into Optimibi
After installation, access the Optimibi web interface using:
- URL: http://server-ip:28080/
- Default Login Credentials:
- Admin:
admin / password - Demo User:
demo / demo
- Admin:
Updating the System
To update Optimibi, place the update package (e.g., Optimibi-update.jar) in the bi-server/update folder and restart the system.