ホームページ >バックエンド開発 >PHPチュートリアル >PHP 700 ワンクリック インストール スクリプト

PHP 700 ワンクリック インストール スクリプト

WBOY
WBOYオリジナル
2016-07-29 09:11:091401ブラウズ

OSCM (Operation System Configure Management) は、アジャイルな 運用と保守を提供することを目的として、運用と保守のスクリプトを自動化するために私が作成したプロジェクトです。 ansible、saltstack、puppet などの従来の自動運用およびメンテナンス ツールは、柔軟性が十分ではなく、構成が煩雑で、多くの制限があります。これらのツールは、ソフトウェア開発基盤のない運用および保守担当者に適しています。ソフトウェアエンジニアから運用保守分野に転職する人にとって、これらのツールは役に立ちません。

https://github.com/oscm/shell/

よく使う運用や保守をシェルフラグメントとして記述し、環境に応じて組み合わせて使用​​します。シェルで記述されているため、制限なく自由に使用でき、より柔軟です。

Nginx インストール スクリプト

?

1

2

3

4

curl -s https:/ /生.<code>curl -s https://raw.<strong>github</strong>usercontent.com/oscm/shell/master/os/<strong>centos7</strong>.sh | bash

curl -s https://raw.<strong>github</strong>usercontent.com/oscm/shell/master/os/ntpd/ntp.sh | bash

curl -s https://raw.<strong>github</strong>usercontent.com/oscm/shell/master/os/user/www.sh | bash

curl -s https://raw.<strong>github</strong>usercontent.com/oscm/shell/master/web/nginx/nginx.<strong>centos7</strong>.sh | bash

PHP 安装脚本

?

.sh | bash

1

2

3

4

5

curl -s https://raw.<strong>github</strong>usercontent.com/oscm/shell/master/os/user/www.sh | bash

curl -s https://raw.<strong>github</strong>usercontent.com/oscm/shell/master/lang/gcc/gcc.sh | bash

curl -s https://raw.<strong>github</strong>usercontent.com/oscm/shell/master/lang/php/devel.sh | bash

curl -s https://raw.<strong>github</strong>usercontent.com/oscm/shell/master/lang/php/php-7.0.0.sh | bash

curl -s https://raw.<strong>github</strong>usercontent.com/oscm/shell/master/lang/php/php-7.0.0-default.sh  | bashgithub

usercontent.com/oscm/shell/master/os/centos7
curl -s https://raw.githubusercontent.com/oscm/shell /master/os/ntpd/ntp.sh bash

curl -s https://raw .

github

usercontent.com/oscm/shell/master/os/user/www.sh | bash

🎜curl -s https://raw.🎜github🎜usercontent.com/oscm/shell /master/web/nginx/nginx.🎜centos7🎜.sh | bash🎜🎜🎜🎜🎜🎜🎜PHP インストール スクリプト🎜🎜🎜🎜🎜 ?🎜🎜🎜🎜🎜🎜1🎜🎜2🎜🎜3🎜🎜4🎜🎜5🎜🎜🎜🎜🎜curl -s https://raw .🎜github🎜usercontent.com/oscm/shell/master/os/user/www.sh bash🎜🎜 curl -s https://raw.🎜github🎜usercontent.com/oscm/shell/master/lang/gcc/ gcc.sh | bash🎜🎜curl -s https://raw .🎜github🎜usercontent.com/oscm/shell/master/lang/php/devel.sh bash🎜🎜 curl -s https://raw.🎜github🎜usercontent.com/oscm/shell/master/lang/php/ php-7.0.0.sh | bash🎜🎜curl -s https://raw.🎜github🎜usercontent.com/oscm/shell/master/lang/php/php-7.0.0-default.sh bash🎜🎜🎜🎜🎜🎜🎜🎜 🎜 上記では、centos7 と github のコンテンツを含む PHP 700 のワンクリック インストール スクリプトを紹介しました。PHP チュートリアルに興味のある友人に役立つことを願っています。 🎜 🎜 🎜
声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。