レンタルサーバー選びの迷いを解決!全力サポートします

Google or AdMax Promotion (srv)

新しくコンポーネントをインストールする(MacPort)

MacPortでコンポーネントのインストールを行うには、
インストールしたいコンポーネントのバージョンを確認し、
そのコンポーネント名を確認してインストールを行います。
ここではコンポーネントのインストールの手順をご紹介します。

 

新しくコンポーネントをインストールする(MacPort)

MacPortで新しくコンポーネントをインストールするには、
インストール対象のコンポーネント名を調べます。

 

ここではインストールしたいコンポーネントを「apache2」であるとして進めます。
このインストールにてMacPortは「Apcahe 2.2.32」をインストールします(2017/02/07現在)

apache2 2.2.32 (source)
The extremely popular second version of the Apache http server
Licenses: Apache-2
Maintained by: ryandesign openmaintainer
Categories: www
Platforms: darwin freebsd openbsd
Dependencies: lbzip2 openssl apr apr-util expat pcre perl5 zlib
Variants: eventmpm openldap preforkmpm universal workermpm

 

コンポーネントのインストールを行うには以下のコマンドで行います。

sudo port install (コンポーネント名)

実際には以下のように入力します。

sudo port install apache2

実行するとすぐにインストールが開始されます。

osx-mp-install-compo_st02

apache2インストール開始・Portインストール

 

インストールは1行入力のみで完了することができ非常に簡単です。

ですので、何をインストールするのか、
コンポーネント、コンポーネントバージョンを、
事前に調べる作業の方が手間かもしれません。

その作業も以下でご紹介しています。

 

プロモーション

Google or AdMax Promotion (srvpos)

参考

3.1.11. port install

The action install is used to install a port. Once you determined the name of a port you want (possibly using port search), you can install it using this command. See Section 3.2.1, “Invoking Variants” on how to choose variants when installing a new port. For example,

$ sudo port install apache2 -preforkmpm +workermpm

installs the apache2 port without the preforkmpm, but with the workermpm variant.

If the installation of a port fails, you can enable verbose or debug output by giving the -v or -d flag to port:

$ sudo port -v install apache2

(引用)3.1.11. port install|MacPorts Guide

 


AdMax Promotion

公開日:

コンテンツナビ
すべて展開 | すべて省略

AdMax Promotion

カテゴリ
すべて展開 | すべて省略

QRコードからもこのURLを開けます。