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 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 screen
apt-get -y install wget screen
wget http://mirrors.oneinstack.com/oneinstack-full.tar.gz
tar xzf oneinstack-full.tar.gz
cd oneinstack
Si se desconecta durante la instalación, puede ejecutar el comando screen -r oneinstack
para volver a conectarse a la ventana de instalación.
screen -S oneinstack
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
~ /oneinstack/install.sh --mphp_ver 54
~ /oneinstack/addons.sh
~ /oneinstack/vhost.sh
~ /oneinstack/vhost.sh --del
~ /oneinstack/pureftpd_vhost.sh
~ /oneinstack/backup_setup.sh // Backup parameters
~ /oneinstack/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 ~ /oneinstack/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
Gato:
systemctl {start | stop | status | restart} tomcat
FTPd puro:
systemctl {start | stop | restart | status} pureftpd
Redis:
systemctl {start | stop | status | restart | reload} redis-server
Memcache:
systemctl {start | stop | status | restart | reload} memcached
~ /oneinstack/upgrade.sh
~ /oneinstack/uninstall.sh
Para comentarios, preguntas y para seguir el progreso del proyecto:
Grupo de telegramas
Uno en pila