The installation example is provided for Rocky Linux 9.8 x86_64.
Table of contents
- Download
- Unpacking
- Installation
- Initial configuration
- Service management
- Removing installation files
Download
Download the Ordizi Service archive:
wget https://ordizi.com/files/ordizi.tar.gz
Unpacking
Extract the archive:
tar -xzf ordizi.tar.gz
Navigate to the extracted directory:
cd ordizi
Installation
Run the installer:
sudo bash install.sh
After installation, Ordizi Service runs as a system service and is enabled to start automatically.
The application is installed in:
/opt/ordizi
Local file exchange directory:
/srv/ordizi/exchange
Initial configuration
Open the Ordizi Service administration panel in a browser:
https://IP_СЕРВЕРА:8080/admin
For example:
https://192.168.1.100:8080/admin
Initial login credentials:
Login: admin
Password: admin
After logging in, configure the database settings, service address, and file exchange settings.
Service management
Check the service status:
sudo systemctl status ordizi.service
Restart the service:
sudo systemctl restart ordizi.service
Stop the service:
sudo systemctl stop ordizi.service
Start the service:
sudo systemctl start ordizi.service
Removing installation files
After installation is complete, return to the directory containing the ordizi.tar.gz archive and the extracted ordizi directory.
Delete the downloaded archive:
rm -f ordizi.tar.gz
Delete the extracted directory:
rm -rf ordizi
The installed application in /opt/ordizi and its operational data are not removed.