Nginxをyumでお手軽にインストール
速くて、軽くて、多機能な人気のWebサーバー
『Nginx』をyumコマンドでインストールする手順をメモ。
OSのバージョンはCentOS7です。
CentOS6でも同じ手順でOK!
# cat < /etc/yum.repos.d/nginx.repo
[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/centos/$releasever/$basearch/
gpgcheck=0
enabled=0
_EOF_
# yum install --enablerepo=nginx nginx
読み込んだプラグイン:fastestmirror
nginx | 2.9 kB 00:00:00
nginx/7/x86_64/primary_db | 8.1 kB 00:00:00
Loading mirror speeds from cached hostfile
* base: ftp.jaist.ac.jp
* extras: ftp.jaist.ac.jp
* updates: ftp.jaist.ac.jp
依存性の解決をしています
--> トランザクションの確認を実行しています。
---> パッケージ nginx.x86_64 1:1.6.2-1.el7.ngx を インストール
--> 依存性解決を終了しました。
依存性を解決しました
==========================================================================================================================================================
Package アーキテクチャー バージョン リポジトリー 容量
==========================================================================================================================================================
インストール中:
nginx x86_64 1:1.6.2-1.el7.ngx nginx 353 k
トランザクションの要約
==========================================================================================================================================================
インストール 1 パッケージ
総ダウンロード容量: 353 k
インストール容量: 845 k
Is this ok [y/d/N]: y
Downloading packages:
nginx-1.6.2-1.el7.ngx.x86_64.rpm | 353 kB 00:00:01
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
インストール中 : 1:nginx-1.6.2-1.el7.ngx.x86_64 1/1
----------------------------------------------------------------------
Thanks for using nginx!
Please find the official documentation for nginx here:
* http://nginx.org/en/docs/
Commercial subscriptions for nginx are available on:
* http://nginx.com/products/
----------------------------------------------------------------------
検証中 : 1:nginx-1.6.2-1.el7.ngx.x86_64 1/1
インストール:
nginx.x86_64 1:1.6.2-1.el7.ngx
とっても簡単!!