All Versions
Fisheye 4.2 DocumentationFisheye 4.1 Documentation
Fisheye 4.0 Documentation
More...
This guide will explain how to get FishEye installed and running as easily as possible. For more advanced installation topics, see the Installation Guide.
/FISHEYE_HOME/
.java
is in the PATH, or that the JAVA_HOME
environment variable is set.$ cd /FISHEYE_HOME/bin $ ./run.sh
C:\> cd FISHEYE_HOME\bin C:\FISHEYE_HOME\bin> run.bat
http://HOSTNAME:8060/
in a browser.
Default ports
By default, FishEye will listen on port 8060 for HTTP requests. It also listens on 127.0.0.1:8059 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.
Read-only access for FishEye
We recommend you run FishEye as a user that has only read access to your repository.
An exception to this rule is users running the JIRA FishEye plugin with Perforce Job Integration. In that scenario, you must give FishEye write access.
http://HOSTNAME:8060/admin/
.http://HOSTNAME:8060/
.To stop the FishEye server:
$ cd /FISHEYE_HOME/bin $ ./stop.sh
C:\> cd FISHEYE_HOME\bin C:\FISHEYE_HOME\bin> stop.bat
Want a hands-on tour of the best FishEye features? See the FishEye 101 page.