oneinstack
V2.6
このスクリプトは、RHEL 7 に適用可能なLEMP
/ LAMP
/ LNMP
/ LNMPA
/ LTMP
(Linux、Nginx/Tengine/OpenResty、本番環境の MySQL/MariaDB/Percona、PHP、JAVA) を迅速にデプロイするために、シェルを使用して作成されています。 、8、9(CentOS、RedHat、AlmaLinux、Rockyを含む)、Debian 9、10、11、 12、Ubuntu 16、18、20、22、Fedora 27+/64。
スクリプトのプロパティ:
ディストリビューションの依存関係をインストールし、ソースをダウンロードして、インストール スクリプトを実行します。
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
インストール中に切断した場合は、コマンドscreen -r oneinstack
を実行してインストール ウィンドウに再接続できます。
screen -S oneinstack
ディレクトリ (インストール、データ ストレージ、Nginx ログ) を変更する必要がある場合は、install.sh を実行する前にoptions.conf
ファイルを変更します。
./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
モンゴDB:
systemctl {start | stop | status | restart | reload} mongod
PHP:
systemctl {start | stop | restart | reload | status} php-fpm
アパッチ:
systemctl {start | restart | stop} httpd
トムキャット:
systemctl {start | stop | status | restart} tomcat
純粋な FTPd:
systemctl {start | stop | restart | status} pureftpd
レディス:
systemctl {start | stop | status | restart | reload} redis-server
メモリキャッシュ:
systemctl {start | stop | status | restart | reload} memcached
~ /oneinstack/upgrade.sh
~ /oneinstack/uninstall.sh
フィードバックや質問、プロジェクトの進捗状況の確認については、次のとおりです。
電報グループ
ワンインスタック