/lcmp-teddysun

Install LCMP (Linux + Caddy + MariaDB + PHP) for AlmaLinux/RockyLinux/CentOS/Debian/Ubuntu

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Installation

  • If your server's OS: Enterprise Linux 8 / 9
yum -y install wget git
git clone https://github.com/bibicadotnet/lcmp-teddysun
cd lcmp-teddysun && chmod 755 *.sh && ./lcmp.sh 2>&1 | tee lcmp.log
  • If your server's OS: Debian 10+ / Ubuntu 20.04+
apt-get -y install wget git
git clone https://github.com/bibicadotnet/lcmp-teddysun
cd lcmp-teddysun && chmod 755 *.sh && ./lcmp.sh 2>&1 | tee lcmp.log