/
How to run Phoenix

How to run Phoenix


On Windows, Phoenix can be run from the Start menu (Start →  Querix → Phoenix) or command line:

phoenix [-h host] [-p port] [-version] command

  • -h — a host to connect to
  • -p — a port to connect to
  • -v — print version and exit
  • command — application binary file name

Example 1:

Phoenix is installed in the default directory. You want to run Phoenix and define the connection properties in the connection dialog box:
C:\Program Files\Querix\Phoenix>phoenix

Example 2:

To start Phoenix with the guidemo app, with the application server located on the server my_app_server, and with the Querix GUI server port 1689:
C:\Program Files\Querix\Phoenix>phoenix -h my_app_server -p 1789

You may need to configure your firewall to enable Phoenix and the application server port


Related content

Phoenix cannot find my compiled programs on Linux
Phoenix cannot find my compiled programs on Linux
More like this
I cannot execute/run my compiled programs
I cannot execute/run my compiled programs
More like this
Environment is not set up
Environment is not set up
More like this
Checklist for runtime
Checklist for runtime
More like this
How to run Chimera
How to run Chimera
More like this
Use login in my program
Use login in my program
More like this