BBahmni 한국어 매뉴얼검색
한국어 번역 완료
한국어English

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

하위 문서

원문 정보

Bahmni Wiki · CC BY-SA 4.0

원문 보기 ↗