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.Read-only access for FishEye
We recommend you run FishEye as a user that has only read access to your repository.
$ cd /FISHEYE_HOME/bin $ ./run.sh
C:\> cd FISHEYE_HOME\bin C:\FISHEYE_HOME\bin> run.bat
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.
http://HOSTNAME:8080/admin/.http://HOSTNAME:8080/.To stop the FishEye server:
$ cd /FISHEYE_HOME/bin $ ./stop.sh
C:\> cd FISHEYE_HOME\bin C:\FISHEYE_HOME\bin> stop.bat