Running the EMS Server or EMS Console Server on a Developer Environment on Linux

From RAD Studio
Jump to: navigation, search

Go Up to Setting Up Your EMS Server

Go Up to Setting Up Your EMS Console Server


The EMS Developer Server and the EMS Developer Console stand-alone applications are delivered in RAD Studio.

We recommend to use the stand-alone applications for developing purposes, to easily test your EMS Client applications or EMS Packages.

For a production environment, we recommend to set up the EMS Server and the EMS Console Server on a web server. Currently, we support the Apache Server.

When you run the EMS Developer Server or the EMS Developer Console application for the first time, and if the EMS Environment has not been properly set, the EMS Setup Wizard starts.

Starting the Indy Stand-alone EMS Applications for Development

Start the EMS Developer Server or the EMS Developer Console stand-alone application as follows:

  1. Before starting, configure the EMS Environment as described in the Setting Up the EMS Server section.
  2. On your Linux machine, start the EMS Developer Server or EMS Developer Console stand-alone application as follows:
    • Run EMS Developer Server with the following command:
    /usr/lib/ems/EMSDevServerCommand
    Server start.png
    • Run EMS Developer Console with the following command:
    /usr/lib/ems/EMSDevConsoleCommand
    Console start.png

Tip: You can also use environment variables such as $EMS_HOME/EMSDevServerCommand


See Also