github
https://github.com/zblogcn/zblogphp
Installation
If your server system: CentOS
yum -y install wget screen git git clone https://github.com/teddysun/lamp.git cd lamp chmod +x *.sh screen -S lamp ./lamp.sh
If your server system: Debian/Ubuntu
apt-get -y install wget screen git git clone https://github.com/teddysun/lamp.git cd lamp chmod +x *.sh screen -S lamp ./lamp.sh
Upgrade
git pull // Get latest version ./upgrade.sh // Select one to upgrade ./upgrade.sh apache // Upgrade Apache ./upgrade.sh db // Upgrade MySQL/MariaDB/Percona ./upgrade.sh php // Upgrade PHP ./upgrade.sh phpmyadmin // Upgrade phpMyAdmin