Downloads (PDF, HTML & XML formats)
[FishEye Knowledge Base]
Hey! We're going to install FishEye on Windows. There are a few steps involved, but we think you'll find it easy to follow along. If you are upgrading an existing installation, please refer to the FishEye upgrade guide instead.
Better check the Supported platforms page first; it lists the application servers, databases, operating systems, web browsers and JDKs that we have tested FishEye with, and that we recommend.
Atlassian only officially supports FishEye running on x86 hardware and 64-bit derivatives of x86 hardware.
For production installations, we recommend that you create a new dedicated Windows user that will run FishEye on your system. This user:
If you created a dedicated FishEye user, ensure you are logged in as this user to complete the remaining instructions.
In a command prompt, run this:
java -version
The version of Java should be 1.6.0 or higher. If you intend to run FishEye as a Windows Service, using the Java Service Wrapper, you should use 32-bit Java (even on a 64-bit machine), and the JDK rather than the JRE (so as to take advantage of the -server
parameter).
Windows uses the JAVA_HOME environment variable to find Java. To check that, in a new command prompt, run:
echo %JAVA_HOME%
You should see a path to the Java install location. We recommend that this path does not contain spaces, and that JAVA_HOME should point to the Java executable in your PATH.
Download FishEye from the Atlassian download site.
Extract the downloaded file to an install location:
<FishEye home directory>
in these instructions. The FishEye instance directory is where your FishEye data is stored.
You should not locate your FishEye instance directory inside the
— they should be entirely separate locations. If you do put the instance directory in the <FishEye home directory>
it will be overwritten, and lost, when FishEye gets upgraded. And by the way, you'll need separate FishEye instance directories if you want to run multiple copies of FishEye.<FishEye home directory>
Create your FishEye instance directory, and then tell FishEye where you created it by setting a FISHEYE_INST
environment variable, as follows:
For Windows 7:
<FishEye home directory>
/config.xml
file to the root of your new FishEye instance directory.Note that if FishEye is run as a Windows service using the Java Service Wrapper, FishEye-specific environment variables such as FISHEYE_INST
are ignored – these must be set in the wrapper.conf file. See Running FishEye as a Windows service .
If you have a large number of repositories, we recommend you increase the default number of files that FishEye is allowed to open. See the following knowledge base article for more info: Subversion Indexer Paused with "Too many open files" Error.
In a command prompt, change directory to <FishEye home directory>
and run this:
bin\start.bat
After a few moments, in a web browser on the same machine, go to http://localhost:8060/ (or, from another machine, type http://hostname:8060/
, where hostname
is the name of the machine where you installed FishEye).
Enter your license, then an admin password, to finish the setup. Note that this password is for the 'built-in' FishEye admin user. You can log in as this user, if necessary, by clicking the Administration link in the page footer. See also How to reset the Administration Page password in Fisheye or Crucible.
You can postpone setting up JIRA integration until later if you wish; see Configuring JIRA integration in the Setup Wizard.
Now you can tell FishEye about any existing repositories you have. Please read Starting to use FishEye for the details.
FishEye will perform an initial index of your repositories, during which it accesses, indexes and organizes a view of your repositories (including all historical items) back to the earliest commits. If you are evaluating FishEye, we suggest that you index a single project, so you can use FishEye as soon as possible. If you choose to index your entire repository, be aware that this can take a long time (possibly days) for massive or complex repositories and can be more complex to set up (especially for Subversion). The basic process is slightly different for each SCM type.
You will want to set up your users and groups in FishEye. You can add users directly to FishEye, or connect to an external user directory. Please read Starting to use FishEye for an introduction.
Configure the FishEye email server so that users can get notifications from FishEye. See Configuring SMTP.
If you intend to use this FishEye installation in a production environment, it is highly recommended that you use one of the supported external databases. See Migrating to an external database.
If you are evaluating FishEye, or don't wish to do this now, FishEye will happily use its embedded HSQL database, and you can easily migrate later.
In a command prompt, change directory to <FishEye home directory>
and run this:
bin\stop.bat
To get the best performance from your new FishEye installation, please consult Tuning FishEye performance.