Run the Installer

这段r should be executed as the root user. The recommended method is to call the install file directly. These examples assume you are in the same directory as the installer:

  • As root user:
  • chmod +x fme-flow-b23278-linux-x64~ubuntu.22.04.run

    ./fme-flow-b23278-linux-x64~ubuntu.22.04.run

  • Not root user, but with sudo privileges:
  • sudo chmod +x fme-flow-b23278-linux-x64~ubuntu.22.04.run

    sudo ./fme-flow-b23278-linux-x64~ubuntu.22.04.run

Proceed through to the Choose Setup Type prompt. Select the Express option.

Proceed through all the prompts. For each prompt, the default answer appears in square brackets, such as[default]. If you press Enter without typing an answer, you are accepting the default answer.

Warning  "> 警告When prompted for the database user name and password, do not specify user namepostgres. This name corresponds to the PostgreSQL master user. If the corresponding passwords do not match, the database will not install.
Note  "> Note
  • The password for theFME FlowDatabase user account is encrypted inFME Flowinstallation files.
  • Regardless of the installation directory you specify,FME Enginesare installed directly under /opt/fme-engine.
  • FME Flowinstalls an NGINX reverse proxy, which allows you to select port 80 or any port number less than 1024, and run the Apache TomcatWeb Application Serveras theFME Flow用户,而不是根。

Proceed toStarting and Stopping FME Flow.