Introduction
The Online Media Net Suite, short OMN, allows easily creating your own application or even many different applications for any number of customers which appearances could be completely different.
With the help of a flexible plug-in architecture, it allows fulfilling all requirements of OMN applications.
Since the OMN Suite applications are customizable they consist of 3 parts:
-
The Frontend (or UI) which is the interface to the user is accessed over the URL:
-
Example for old client: https://<yourserver>:8070/client/<mandator>name
-
Example for HTML5 client: https://customer-demo.omn5.com/omn
-
-
The Backend (also called Config Client) which is used by administrators. Access it via
https://<yourserver>:8070/config -
And the DefaultMandator. Access the default mandator via
https://<yourserver>:8070/client/DefaultMandator
The Backend allows the configuration of individually desired assets and how they are visible in the Frontend. The appearance of the application can be modified according to custom requirements. While a lot of things are flexible, the general layout and sections of the OMN frontend are static. For example, the main menu/sidebar always appears in the same position of the application, the logo is always visible in the same corner.
The DefaultMandator allows an administrative navigation on every root node configuration and an overview of all processes running on the local OMN Suite Software installation.
This chapter describes the configuration opportunities and how they are used in the Frontend. Thus, it describes the corresponding specific plugin configuration and its functions.