How do I start Fisheye manually without using Fisheye service
There are two ways of starting up Fisheye:
- Via Windows service / Linux service (either manually or automatically on boot time)
- By manually running the startup binary file found inside the installation directory instead.
To start Fisheye manually without using the Fisheye Windows / Linux service at all, perform the steps below:
- Open a new Command Prompt (Windows) / Terminal (Linux / MacOS) window
- Navigate to
<Fisheye installation directory>\bin
directory - Execute one of the commands below and wait for the instance to start:
- Windows Usage:
- To start Fisheye in the foreground (locking the Command Prompt window):<Fisheye installation directory>\bin\run.bat
- To start Fisheye in the background (without locking the Command Prompt window):<Fisheye installation directory>\bin\start.bat
- Linux / MacOS Usage:
- To start Fisheye in the foreground (locking the Terminal window):<Fisheye installation directory>\bin\run.sh
- To start Fisheye in the background (without locking the Terminal window):<Fisheye installation directory>\bin\start.sh
- Windows Usage:
Check the following article for additional start up options that can be used on command line: Command-line options
最終更新日 2021 年 9 月 21 日
Powered by Confluence and Scroll Viewport.