• アーカイブ (tar.gz) ファイルとして配布(ディストリビュート)された Confluence
  • Linux or Solaris systems. If you are installing Confluence on a different system, please refer to Installing Confluence.

ヒント:Confluence を Solaris または OSX で評価する場合は、このバージョンをインストールする必要があります。 

On this page:

1. 始める前に

以下の点を確認してください:

  1. Ensure that your system meets the minimum requirements to run Confluence. For more information, please read the detailed System Requirements.
  2. Have your Confluence license key ready. You can obtain a trial, free or commercial license, or retrieve your existing license key at my.atlassian.com.
  3. コマンドプロンプトを使用して継続し、Java をインストールする必要があります。
  4. Make sure that you use a Gnu version of zip application - Solaris and AIX are known to have problems with zip, because they use their own (old) versions instead of the Gnu version.

2. Java をインストール

Please refer to the Supported Platforms for the required version of Java. (OpenJDK is currently not supported)

Java が正しくインストールされているか分からない場合、次の操作を行って確認してください:

  1. シェル コンソールを開く。
  2. Type echo $JAVA_HOME in the shell console and then press Enter
  3. 結果を確認します:

Java のインストールが必要な場合は、次の説明にしたがってください:

  1. Go to the Java download page and download the latest JRE or JDK that is listed on the Confluence Supported Platforms page. (Confluence works with either the JDK or the JRE.)
  2. When the download has finished, run the Java installer. Detailed installation instructions are provided on Oracle's website.
    Note: you will be asked to choose an installation directory. Make a note of this directory, you'l' need it later.

3. Confluence インストール ファイルをダウンロードおよび抽出

If you have not downloaded Confluence already, download the TAR.GZ file.

Use your unzip program to unzip the installation file to a directory such as /home/jsmith/confluence-2.7.0-std/.

Most Linux/Solaris users can use any unzip program (such as GNU Tar) to extract the Confluence installer. However, Solaris users should not use the Solaris Tar program due to a known issue associated with its use in extracting Confluence. Use another application such as GNU Tar instead.

例えば、Linux でディレクトリをホームディレクトリに変更し、シェルコンソールで以下のコマンドを入力します:

(info) Linux/Solaris ベースの OS では、通常、ご利用のディレクトリ パス のスペースの使用を避けます。解凍した Confluence インストールファイルの保存先となるディレクトリを Confluence インストール ディレクトリと呼びます。次に、Confluence ホームディレクトリを定義します。

4. Confluence ホームディレクトリを定義します。

Now you need to define the Confluence Home directory. This is where Confluence will store its configuration information, indexes and attachments. Another term for 'Home directory' would be 'data directory'.

インストール ディレクトリとホーム ディレクトリには別々のパスを使用することをお勧めします。アップグレードが容易になります。インストール ディレクトリとホーム ディレクトリの例:

  1. Open your Confluence Installation directory (created when you unzipped Confluence — see above).
  2. Under the Installation directory, find this file: confluence/WEB-INF/classes/confluence-init.properties
  3. Open the confluence-init.properties file in a text editor.
  4. このラインまでスクロールします:

    # confluence.home=c:/confluence/data
    
  5. Remove the '#' and the space at the beginning of this line, so that Confluence no longer regards the line as a comment. The line should now begin with confluence.home
  6. Confluence ホームディレクトリをデフォルトから変更する場合は、記号リンクではなく絶対パスを使用してパスとファイル名を指定します。例:

    confluence.home=/home/jsmith/confluence-data/
    

5. ポートの確認

If you have another application running on your machine which is using the same ports that Confluence uses by default, you may need to change the port which Confluence will use. For example, if you have a JIRA application running on this machine, JIRA might be already using the port which Confluence requests by default.

デフォルトでは、Confluence はポート『8090』をリッスンします。もしこのポートがインストールディレクトリですでに使用されている場合は、以下の説明にしたがってポートを変更してください:

You will find more information on this page.

6. データベースの選定

This step is optional for users evaluating Confluence. However, if you are installing Confluence for production purposes, this step is mandatory. Please refer to the database requirements listed on our System Requirements topic for help in choosing an external database.

(info) External databases are those listed on our Supported Platforms topic, excluding HSQLDB, which is bundled with Confluence and should not be used in production.

When you have chosen your external database, follow the appropriate database setup guide to set up your database to work with Confluence.

You can learn more about migration from an existing installation or use of the evaluation database here. You will continue to use the Database Setup Guide during the Confluence Setup Wizard. (See step 8 below.)

7. Confluence の起動

  1. Go to your Confluence Installation directory (created when you unzipped Confluence — see above).
  2. Under your Confluence Installation directory, open the bin directory and run the startup script: start-confluence.sh.
  3. Once Confluence is running, open a web browser and visit http://localhost:8090/.
    (tick) Hint: If you changed the port earlier, use the port you specified in step 6 above.

8. Confluence セットアップ ウィザード

The Confluence Setup Wizard should appear in your web browser, prompting you to enter your license key. Follow the instructions on the screens, and read more guidelines on the Confluence Setup Wizard.

関連トピック

Change listen port for Confluence
Running Confluence Over SSL or HTTPS
Confluence Setup Guide
Configuring Confluence