Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Purpose and Benefits

Atomfeed Console is an independent component that shows the failed events that happened in an atomfeed client. There is a group in inventory file called atomfeed-console.

Configuration

Installing Atomfeed Console App

To install the application, put the IP address of the machine under atomfeed-console module in /etc/bahmni-installer/local file as mentioned here. Then run bahmni install command. The installer will take care of configuring the application.

Adding Atomfeed App to Home Page

To add Atomfeed App to your Home Page, please add the config below to extension.json

Code Block
languagejs
linenumberstrue
"atomfeedConsole": {
    "id": "bahmni.atomfeed.console",
    "extensionPointId": "org.bahmni.home.dashboard",
    "type": "link",
    "translationKey": "MODULE_LABEL_ATOMFEED_CONSOLE_KEY",
    "url": "/atomfeed-console",
    "icon": "fa fa-terminal",
    "order": 13,
    "requiredPrivilege": "app:admin"
  }



Tip
iconfalse
titleOn this Page

Table of Contents
stylenone


Panel
titleColorwhite
titleBGColor#668D3C
titleFeature Details

Atomfeed Console - Feature Guide


Panel
titleColorwhite
titleBGColor#668D3C
titleUsage Details

Atomfeed - User Guide