Confluence 5.7 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
このガイドでは、Windows インストーラー を使用して Windowで Confluence を新規にインストールする手順を説明します。「zip」アーカイブから手動で Confluence をインストールすることもできます。詳細について、 Windows で Zip ファイルからのインストール を参照してください。
Confluence のアップグレードについては、Confluence アップグレード ガイドを参照してください。
Note: Some anti-virus or other Internet security tools may interfere with the Confluence installation process and prevent the process from completing successfully. If you experience or anticipate experiencing such an issue with your anti-virus/Internet security tool, disable this tool first before proceeding with the Confluence installation.
On this page:
お使いのサーバーに Confluence をはじめてインストールする場合、または、インストール オプションを指定したい場合に、このインストール ウィザードを使用してください。
このインストール ウィザードを使用してすでに Confluence をインストール済みで、同じ設定で Confluence を再インストールしたい場合、ユーザー入力を必要としない『無人モード』で Confluence を再インストールできます。( 詳細については、後述する 無人インストールの実行 を参照してください)。
Confluence をサービスとしてインストールするには、Windows 管理者アカウントを使用して Windows インストーラーを実行する必要があります。非管理者アカウントでも Windows インストーラーを実行できますが、インストール オプションは大幅に制限されます。
start-confluence.bat
at the Windows Command Prompt. 注意:
Confluence が未起動の場合、適切な Windows 'Start' menu shortcut 、または、 command prompt optionを使用して Confluence を起動できます。
Confluence を起動後、お使いの Confluence サーバーにネットワークアクセスを持つコンピューター上の適切な Windows 'Start' menu shortcut、または、browser から、Confluence にアクセスできます。
Windows インストーラーは、次の Windows [スタート] メニューのショートカットを作成します:
Enter the bin
subdirectory of your Confluence installation directory and run the appropriate file:
start-confluence.bat
(to start Confluence)stop-confluence.bat
(to stop Confluence) If you followed our guidelines for running Confluence with a dedicated user account, then to run Confluence as this user account (e.g. 'confluence'), use the
runas
command to execute start-confluence.bat
. For example:
runas /env /user:<DOMAIN>\confluence start-confluence.bat
<DOMAIN>
is your Windows domain or computer name.)Confluence サーバーへのネットワークアクセスが可能なコンピューター上で、サポートされているウェブブラウザーを使用して次の URL を開くことにより、Confluence にアクセスすることができます:
http://<computer_name_or_IP_address>:<HTTP_port_number>
ここで:
<computer_name_or_IP_address>
is the name or IP address of the computer on which Confluence is installed and<HTTP_port_number>
is the HTTP port number specified when you installed Confluence (above). If Confluence does not appear in your web browser, you may need to change the port that Confluence runs on.
Confluence セットアップガイドをご覧ください。
If you have previously installed Confluence using the installation wizard (above), you can use a configuration file from this Confluence installation (called response.varfile
) to re-install 'unattended mode' without any user input required.
無人モードでの Confluence のインストールは、過去にテスト目的で Confluence をインストールし、それと同じ設定で複数のサーバーに Confluence をインストールする場合などにおいて、時間の節約になります。
注意:
response.varfile
file contains the options specified during the installation wizard steps of your previous Confluence installation. Hence, do not uninstall your previous Confluence installation just yet.response.varfile
file, please ensure all directory paths specified are absolute, for example, sys.installationDir=C\:\\Program Files\\Atlassian\\Confluence
copy
the response.varfile
file located in the .install4j
subdirectory of your previous Confluence installation directory, to the same location as the downloaded 'Windows Installer' file.response.varfile
if you need to install Confluence on multiple machines.Change directory (cd
) to the location of the 'Windows Installer' file and run the following command:
atlassian-confluence-X.Y.exe -q -varfile response.varfile
ここで:
X.Y
— refers to the version of Confluence you are about to install.-q
— instructs the installer to operate in unattended mode (i.e. 'quietly').-varfile response.varfile
— specifies the configuration file containing the configuration options used by the installer. The location and name of the configuration file should be specified after the -varfile
option.