|
Confluence をサーバー上に初めてインストールする場合や、インストール時にオプションを設定する場合は、コンソールウィザードを使用します。
If you have previously installed Confluence using the installation wizard and wish to re-install Confluence again with the same installation options, you can re-install Confluence in 'unattended mode' without any user input required (see below for details).
ルート権限を有するユーザーが Linux インストーラー を実行する場合は、インストーラーは専用アカウントを使用して Confluence を生成し、実行します。 ルート権限がない場合でも Linux インストーラー を実行することは可能ですが、インストール時のオプションは非常に限られたものとなり、また Confluence を実行するための専用アカウントは作成されません。Confluence をサービスとして実行する場合は、ルート権限を有するユーザーが Linux インストーラーを実行する必要があります。
cd) to the '.bin' file's directory.chmod a+x atlassian-confluence-X.Y.bin 注意:
ルート権限を有するユーザーがインストーラーを実行した場合は、'confluence' をユーザー名とする専用のLinuxアカウントが作成され、 Confluence の実行に使用されます。このアカウントの書き込み権限は以下に限られます:
ルート権限のないユーザーが Linux インストーラ を実行した場合でもルート権限付きで Confluence を実行することは可能です。ただし、オペレーティングシステムのセキュリティー保護の観点から、これは推奨できません。
If Confluence is not already started, you can start Confluence using the appropriate command at the Linux console.
Once Confluence is started, you can access Confluence from a browser on any computer with network access to your Confluence server.
In the Linux console, enter the bin subdirectory of your Confluence installation directory and execute the appropriate file:
start-confluence.sh (to start Confluence)stop-confluence.sh (to stop Confluence)Confluence will be ready to access (from a browser window) when the following message appears in the application's log file:
******************************************************* ... You can now access Confluence through your web browser. ******************************************************* |
You can access Confluence from any computer with network access to your Confluence server by opening a supported web browser on the computer and visiting this URL:
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, you may need to change the port that Confluence runs on.
Note: Application server logs (i.e. for Apache Tomcat) will be written to logs/catalina.out.
See the Confluence Setup Guide.
If you have previously installed Confluence using the console wizard (above), you can use a configuration file from this Confluence installation (called response.varfile) to re-install Confluence in '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=/opt/atlassian/confluencecp) the file .install4j/response.varfile located in your previous Confluence installation directory, to the same location as the downloaded 'Linux Installer' file.response.varfile if you need to install Confluence on multiple machines.Change directory (cd) to the location of the 'Linux Installer' file and execute the following command:
atlassian-confluence-X.Y.bin -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 -varfileoption.
The content in this section is currently unsupported:
(/) To find out what other options can be specified to the installer, specify the {{-h}} option --- i.e. {{atlassian-confluence-X.Y.bin -h}}
|