Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 2.58 KB

File metadata and controls

46 lines (33 loc) · 2.58 KB

Command Center

Everything regarding module and database configurations in Moryx is located in the Command Center.

Databases overview

The page that is displayed by default, when you are in the Command Center, is the Databases overview page.

  1. Command Center Navigation menu.
  2. Database Models/contexts that are available within MORYX.
  3. Information Panel: It contains/displays all the information and details about the selected database model/context in number 2

Database Connection Settings

For a MORYX module to work, you need to configure a database corresponding to the given module. For instance in the image below the Moryx.Products.Model.ProductsContext is related to the ProductManager. Therefore setting up the database is a must for the module to work.

alt text

  1. Selected Database context, in this case ProductsContext
  2. Drop down list containing all the database provider/adapter that exist in MORYX.

alt text

  1. By selecting an adapter/provider, in this case Postgres SQL we can proceed to fill in the required information to create and connect to the database.
  2. Buttons to create a backup or restore and existing database. Buttons to create a new database or erase an existing database.

Modules

The Modules tab contains everything needed to configure a MORYX module.

alt text

  1. Modules that are available within MORYX: Each module also displays a status badge representing the state of the corresponding module.
  2. Information Panel: It contains/displays all the information and details about the selected Module in number 1

Module Overview

alt text All modules contain:

  1. Configuration and Console sub-menu.
  2. Buttons to Start, stop or reincarnate/restart the module, if needed.
  3. Information regarding the current module.
  4. Behavior configuration for the module.
  5. All the notification (warnings,errors,exceptions etc..) regarding the current module
  6. In case of a warning/error a button that will help to handle it.
  7. All the dependencies of the current module.

Module Configuration

The Configuration sub-menu shows all existing properties with their values for configuration of the module. With the buttons you can save the changes and restart the module, save the change without restarting the module as well as revert the changes to their previous state. alt text