[Tutorial] Install cyberpanel with MariaDB 10.0

run

wget https://cyberpanel.net/install.tar.gz
tar zxf install.tar.gz
cd install
chmod +x install.py

now modify some lines to fit mariadb10.0

edit /mysql/MariaDB.repo , replace 10.1 with 10.0 , save and exit

edit /installCyberPanel.py , at line 388 and 494 , relace “mariadb” with “mysql” , save and exit

  1. now run install command

python install.py [IP address]