This page last changed on Oct 04, 2007 by smaddox.
This guide will explain how to get FishEye installed and running as easily as possible. For more advanced installation topics, see the Installation Guide.
Step 1. Install FishEye
- Download the FishEye zip file and extract it. This document assumes you have extracted FishEye to /FISHEYE_HOME/.
- Ensure you have installed an appropriate Java runtime - see System Requirements. Ensure that java is in the PATH, or that the JAVA_HOME environment variable is set.
- If you intend to use FishEye with Subversion, please be sure to read about the requirements, Subversion client setup, and granting permission to FishEye to scan your repository.
- If you intend to use FishEye with Perforce, please ensure you read about the requirements and Perforce client setup.
Step 2. Run FishEye
 | Read-only access for FishEye
We recommend you run FishEye as a user that has only read access to your repository. |
- You can start FishEye immediately with the following:
- For Unix-based systems:
$ cd /FISHEYE_HOME/bin
$ ./run.sh
- For Windows-based systems:
C:\> cd FISHEYE_HOME\bin
C:\FISHEYE_HOME\bin> run.bat
- Once started, FishEye will run its own HTTP web server on port 8080. You can access FishEye immediately by going to http://HOSTNAME:8080/ in a browser.
 | Default ports
By default, FishEye will listen on port 8080 for HTTP requests. It also listens on 127.0.0.1:8079 as a control port. You can configure both of these in the FishEye Administration pages or by editing /FISHEYE_HOME/config.xml and restarting FishEye. |
Step 3. Set up FishEye
- The first time you access FishEye from a browser, you will be asked to enter an administrator password. This password will give you access to the FishEye Administration pages.
- You will also be prompted for a trial license, which you can find here.
- Once you have set up an administrator password, you can access the Administration pages at http://HOSTNAME:8080/admin/.
- One of the first steps will be to add a repository.
Step 4. Use FishEye
- Once you have added a repository, you can view it in FishEye at http://HOSTNAME:8080/.
- FishEye needs to build an index and cache of the contents of your repository, so some information will not appear in FishEye until this is complete.
Stopping FishEye
To stop the FishEye server:
- For Unix-based systems:
$ cd /FISHEYE_HOME/bin
$ ./stop.sh
- For Windows-based systems:
C:\> cd FISHEYE_HOME\bin
C:\FISHEYE_HOME\bin> stop.bat
|