Appearance
Optimibi Installation (CentOS)
About 270 wordsLess than 1 minute
2025-03-13
Step 1. Switch to the root user
sudo su root

Step 2. Create the 'optimibi' user group
groupadd optimibi

Step 3. Create the 'optimibi' user, add it to the 'OptimiBI' user group, and set the user password to 'optimibi' as well.
adduser optimibi -g optimibi
passwd optimibi

Step 4. Navigate to the directory containing the installation package and extract the package to the /opt directory.
unzip -o optimibi-server_202203240605.zip -d /opt/

Step 5. After extracting, go to the /opt/ directory and modify permissions.
cd /opt/
chmod -R 700 optimibi-server
chown -R optimibi optimibi-server
chgrp -R optimibi optimibi-server

Installation completed.
Start OptimiBI
Please operate as the 'optimibi' user
su OptimiBI
cd /opt/optimibi-server/
Start the service
./start-optimibi.sh

Stop Service
./stop-optimibi.sh

Check Service Start/Stop Status
ps -ef|grep tomcat

If the command produces the above output, it indicates that the service is in a running state.
Login
URL: http://localhost:28080/
username / password
admin
/password
demo
/demo
Update the System
Place the update package optimibi-upload.jar
in the optimibi-server\update
folder and restart the system.