This documentation relates to an earlier version of FishEye.
View

Unknown macro: {spacejump}

or visit the current documentation home.

This page describes the initial configuration of FishEye, including the steps contained in the FishEye setup wizard.

Initial Configuration

FishEye runs its own HTTP web server, and additionally listens on a socket for administration/shutdown commands. These default to :8060 and 127.0.0.1:8059 respectively. You can change both these addresses before starting FishEye by editing config.xml.

On this page:

Running FishEye for the First Time

To run FishEye for the first time:

  • Windows の場合
    C:\> cd FISHEYE_HOME\bin
    C:\FISHEYE_HOME\bin> run.bat
    
  • On UNIX-based systems:
    $ cd /FISHEYE_HOME/bin
    $ ./run.sh
    

Once started, FishEye will run its own HTTP web server, on port 8060 by default.

You can access FishEye immediately by going to http://HOSTNAME:8060/ in a browser.

If you want to run FishEye as a Windows service, please refer to this document.

Setting the Administration Password

The first time you run FishEye, when you access the FishEye web server you will be asked for:

  • An administrator password. This password controls access to the FishEye Administration pages.
  • A license key. You can get a trial license from the Atlassian website.

If you need to reset the administrator password, delete the admin-hash attribute in the <config> element. You will be prompted to enter an administrator password next time you start FishEye.

Integrating FishEye with JIRA

アプリケーションを JIRA に接続し、JIRA で情報を共有しながらユーザーの管理もできます。JIRA がインストールされている場合は、アプリケーションのインストール時、設定ウィザードに JIRA との連携設定ボタンが自動的に表示されます。これは、ほとんどのオプションを標準条件とした状態で JIRA との連携を設定するためのものです。

また、JIRA への接続設定はアプリケーションの管理画面からでも行えます。その場合、接続は個々に設定する必要があります。連携プロセスは 2 箇所で行います。

  • JIRA - アプリケーション間のP2P リンク:情報共有と連携機能を円滑にします。このリンクはアプリケーションリンクから設定します。
  • アプリケーション - JIRA 間のクライアントサーバーリンク:ユーザーとグループの管理を JIRA サーバーに割り当てます。

要件: JIRA 4.3 以降が必要です。

For detailed instructions and troubleshooting, see Configuring JIRA Integration in the Setup Wizard.

Accessing the Administration Pages

Once you have set up an administrator password, you can access the administration pages at http://HOSTNAME:8060/admin/.

One of your first steps will be to add a repository.

You will also want to read about the command-line options for controlling FishEye.

You can disable FishEye's Administration pages by setting admin-hash="" in the <config> element of config.xml before starting FishEye.

What's Next?

Want a hands-on tour of the best FishEye features? See FishEye 101.