Este proyecto ya no agrega nuevas funciones y es solo para mantenimiento diario. Se recomienda utilizar la versión docker-compose. Enlace del proyecto: https://github.com/linuxeye/bypanel
Aliyun ECS recomienda
Este script está escrito usando el shell para implementar rápidamente LEMP / LAMP / LNMP / LNMPA / LTMP (Linux, Nginx/Tengine/OpenResty, MySQL en un entorno de producción/MariaDB/Percona, PHP, JAVA), aplicable a RHEL 7 , 8, 9 (incluidos CentOS, RedHat, AlmaLinux, Rocky), Debian 9, 10, 11, 12, Ubuntu 16, 18, 20, 22, 24 y Fedora 27+ de 64.
Propiedades del guión:
Instale las dependencias para su distribución, descargue la fuente y ejecute el script de instalación.
yum -y install wget screenapt-get -y install wget screenwget http://mirrors.linuxeye.com/lnmp-full.tar.gz
# wget https://downloads.sourceforge.net/project/linuxeye/lnmp-full.tar.gz
tar xzf lnmp-full.tar.gz
cd lnmp Si se desconecta durante la instalación, puede ejecutar el comando screen -r lnmp para volver a conectarse a la ventana de instalación.
screen -S lnmp Si necesita modificar el directorio (instalación, almacenamiento de datos, registros de Nginx), modifique el archivo options.conf antes de ejecutar install.sh
./install.sh ~ /lnmp/install.sh --mphp_ver 54
~ /lnmp/addons.sh
~ /lnmp/vhost.sh ~ /lnmp/vhost.sh --del ~ /lnmp/pureftpd_vhost.sh ~ /lnmp/backup_setup.sh // Backup parameters
~ /lnmp/backup.sh // Perform the backup immediately
crontab -l // Can be added to scheduled tasks, such as automatic backups every day 1:00
0 1 * * * cd ~ /lnmp/backup.sh > /dev/null 2>&1 & Nginx/Tengine/OpenResty:
systemctl {start | stop | status | restart | reload} nginxMySQL/MariaDB/Percona:
systemctl {start | stop | restart | reload | status} mysqldPostgreSQL:
systemctl {start | stop | restart | status} postgresqlMongoDB:
systemctl {start | stop | status | restart | reload} mongodPHP:
systemctl {start | stop | restart | reload | status} php-fpmApache:
systemctl {start | restart | stop} httpdGato:
systemctl {start | stop | status | restart} tomcatFTPd puro:
systemctl {start | stop | restart | status} pureftpdRedis:
systemctl {start | stop | status | restart | reload} redis-serverMemcache:
systemctl {start | stop | status | restart | reload} memcached ~ /lnmp/upgrade.sh ~ /lnmp/uninstall.sh