These scripts are used to perform an initial setup and pre-installation check before installing Zextras Carbonio on systems based on RHEL (8/9) and Ubuntu 22/24. The main goal is to ensure the environment meets the minimum requirements so the Carbonio installation can run smoothly.
-
RHEL 8/9 Initial-Setup-Carbonio-RHEL-8-9.sh
-
Ubuntu 22/24 Intial-setup-ubuntu22-24.sh
-
Check operating system version (RHEL/Ubuntu)
-
Validate hostname & DNS resolution
-
Verify records in
/etc/hosts -
Check required packages & dependencies
-
Detect firewall & SELinux/AppArmor status
-
Check for potential conflicting services
-
Provide a report indicating if the server is ready for Carbonio installation
-
Setup repo and install Postgress (if single server)
-
Setup repo zextras
-
Clone the repository
git clone https://github.com/afatyoo/Intial-Setup-Carbonio.git cd Intial-Setup-Carbonio
-
Make the scripts executable
chmod +x Initial-Setup-Carbonio-RHEL-8-9.sh chmod +x Intial-setup-ubuntu22-24.sh
-
Run according to your operating system
RHEL 8/9
./Initial-Setup-Carbonio-RHEL-8-9.shUbuntu 22/24
./Intial-setup-ubuntu22-24.sh-
Follow the script report and fix any issues before installing Carbonio.