- リリース ノート
- 基本情報
- UiPath Assistant
- インストールとアップグレード
- ロボットの種類
- Robot のコンポーネント
- ライセンス
- Robot を Orchestrator に接続する
- プロセスとアクティビティ
- ログ
- Robot JavaScript SDK
- 特定のシナリオ
- ガバナンス
- トラブルシューティング
This page provides instructions for the installation of Terraform v0.12.3. You may choose to download the most recent, or another, version of Terraform but you must then also upgrade the scripts according to the Terraform Upgrade Guide.
Windows
-
Download the Terraform installation archive for your Windows version (e.g.
terraform_0.12.3_windows_amd64.ziporterraform_0.12.3_windows_386.zip). -
パッケージを適切なディレクトリ (
C: erraformなど) に解凍します。注:Terraform は、
terraform.exeを名前とする単一バイナリとして動作します。パッケージにある他のファイルはすべて削除してかまいません。 -
次の手順に従い、
Pathシステム変数から参照できるように Terraform バイナリを設定します。 -
Open Windows Control Panel and select System and Security.
-
Click System and select Advanced system settings from the left menu. The System Properties window is displayed.
-
From the Advanced tab, click Environment Variables. The Environment Variables window is displayed.
-
From the System variables pane, select the Path variable and click Edit. If the Path variable does not exist, click New. The New/Edit environment variable window is displayed.
-
新規または既存の変数に Terraform のディレクトリを追加します。今回の例では
C: erraform\です。 -
Click OK on all Control Panel windows to close them.
注:上記の手順は、Windows 10 と Windows 8 で適用できます。Windows 7 を使用している場合、[システムの詳細設定] を表示するには、コンピューターのアイコンを右クリックして [プロパティ] を選択します。
-
管理者権限でコマンド プロンプトを開き、Terraform を実行します。
Linux
-
Download the Terraform installation archive for your machine (e.g.
terraform_0.12.3_linux_amd64.zip,terraform_0.12.3_linux_arm.zip, orterraform_0.12.3_linux_386.zip).例:
$ wget https://releases.hashicorp.com/terraform/0.12.3/terraform_0.12.3_linux_amd64.zip。 -
unzipをインストールします (未インストールの場合)。例: -
Debian/Ubuntu を使用する場合:
$ sudo apt-get install unzip -
CentOS/Redhat を使用する場合:
$ sudo yum install unzip -
インストール パッケージを解凍します。たとえば、
$ unzip terraform_0.12.3_linux_amd64.zipと指定します。注:Terraform は、
terraform.exeを名前とする単一バイナリとして動作します。パッケージにある他のファイルはすべて削除してかまいません。 -
Terraform のパスを、
$ sudo mv terraform /usr/local/bin/のように設定します。
インストールの検証
terraform コマンドを実行して、使用状況に関する情報を表示することによって、インストールが正常に完了したことを検証できます。