Ce projet n'ajoute plus de nouvelles fonctionnalités et est uniquement destiné à la maintenance quotidienne. Il est recommandé d'utiliser la version docker-compose. Lien du projet : https://github.com/linuxeye/bypanel
Aliyun ECS recommande
Ce script est écrit à l'aide du shell, afin de déployer rapidement LEMP
/ LAMP
/ LNMP
/ LNMPA
/ LTMP
(Linux, Nginx/Tengine/OpenResty, MySQL en environnement de production/MariaDB/Percona, PHP, JAVA), applicable à RHEL 7 , 8, 9 (y compris CentOS, RedHat, AlmaLinux, Rocky), Debian 9, 10, 11, 12, Ubuntu 16, 18, 20, 22, 24 et Fedora 27+ sur 64.
Propriétés du script :
Installez les dépendances pour votre distribution, téléchargez la source et exécutez le script d'installation.
yum -y install wget screen
apt-get -y install wget screen
wget 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 vous vous déconnectez pendant l'installation, vous pouvez exécuter la commande screen -r lnmp
pour vous reconnecter à la fenêtre d'installation
screen -S lnmp
Si vous devez modifier le répertoire (installation, stockage des données, journaux Nginx), modifiez le fichier options.conf
avant d'exécuter 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} nginx
MySQL/MariaDB/Percona :
systemctl {start | stop | restart | reload | status} mysqld
PostgreSQL :
systemctl {start | stop | restart | status} postgresql
MongoDB :
systemctl {start | stop | status | restart | reload} mongod
PHP :
systemctl {start | stop | restart | reload | status} php-fpm
Apache :
systemctl {start | restart | stop} httpd
Matou:
systemctl {start | stop | status | restart} tomcat
Pure-FTPd :
systemctl {start | stop | restart | status} pureftpd
Rédis :
systemctl {start | stop | status | restart | reload} redis-server
Memcaché :
systemctl {start | stop | status | restart | reload} memcached
~ /lnmp/upgrade.sh
~ /lnmp/uninstall.sh