/
Configure Atomfeed Console App

Configure Atomfeed Console App

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

"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"
  }

On this Page


Usage Details

Related content

Connecting to various databases
Connecting to various databases
Read with this
Atomfeed Console
Atomfeed Console
More like this
Implementer's Guide
Implementer's Guide
Read with this
Using Atomfeed Console
Using Atomfeed Console
More like this
Install Bahmni on CentOS (Advanced Installation Options)
Install Bahmni on CentOS (Advanced Installation Options)
Read with this
Advanced AtomFeed Configuration
Advanced AtomFeed Configuration
More like this

The Bahmni documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)