All Versions
Fisheye 4.2 DocumentationFisheye 4.1 Documentation
Fisheye 4.0 Documentation
More...
This page describes the initial configuration of FishEye, including the steps contained in the FishEye setup wizard.
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:
To run FishEye for the first time:
C:\> cd FISHEYE_HOME\bin C:\FISHEYE_HOME\bin> run.bat
$ 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.
The first time you run FishEye, when you access the FishEye web server you will be asked for:
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.
You can also configure the JIRA connections via the application administration screens. In that case, you will need to set up connections individually. There are two parts to the integration process:
Requirements: You need JIRA 4.3 or later.
For detailed instructions and troubleshooting, see Configuring JIRA Integration in the Setup Wizard.
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.
Want a hands-on tour of the best FishEye features? See FishEye 101.