Tuesday, February 15, 2022

Deploy SIDU Database Web GUI On Rocky Linux 8.05

 in This Tutorial you will Learn " How To install SIDU Database Web GUI On Rocky Linux 8.05"

SIDU is a FREE database client working via web browser. SIDU is a simple, intuitive and easy database admin tool. Simply copy SIDU to your website and run without any setup. Written in PHP.
Homepage - topnew.net/sidu
_________________________________________________________________________________________
Server - Os:  Rocky Linux 8.5  64Bit      |    IP -192.168.1.20        |     Hostname - www.primaryhost.com
_________________________________________________________________________________________
cat /etc/system-release ; hostname ; hostname -I ; dnf groupinstall "Development Tools" -y
dnf install httpd httpd-tools mariadb-server mariadb php php-opcache php-gd php-curl php-mysqlnd php-json -y
systemctl enable httpd mariadb ; systemctl start httpd mariadb  
mysql_secure_installation
wget https://excellmedia.dl.sourceforge.net/project/sidu/sidu/sidu60.zip
unzip sidu60.zip
chown -R apache:apache /var/www/html/; chmod -R 755 /var/www/html/
firewall-cmd --permanent --zone=public --add-service=http ; firewall-cmd --reload
systemctl restart httpd
www.primaryhost.com/sidu60
_________________________________________________________________________________________


No comments:

Post a Comment