No description
Find a file
Muhammad Irfan 4112589be7 Merge branch '25-Fixing/btn-download-usage-cost' into 'main'
added element id usage cost for download

See merge request dev/yuyu_dashboard!10
2022-08-09 03:53:03 +00:00
yuyu Merge branch '25-Fixing/btn-download-usage-cost' into 'main' 2022-08-09 03:53:03 +00:00
.gitignore initial commit 2022-05-13 14:01:58 +07:00
README.md initial commit 2022-05-13 14:01:58 +07:00
remove_yuyu.sh update remove script 2022-07-21 22:44:19 +07:00
requirements.txt initial commit 2022-05-13 14:01:58 +07:00
setup_yuyu.sh Dashboard Notification Center 2022-07-20 09:21:18 +00:00

Yuyu

Setup

Make sure you know where Horizon is located

Run this command

./setup_yuyu.sh

Enter horizon location and press ENTER.

Activate Horzon Virtual Environment if exist.

Install Yuyu Dashboard Depencencies with

pip3 install -r requirements.txt

Add this config to your horizon local_settings.py

YUYU_URL="http://yuyu_server_url:8182"
CURRENCIES = ('IDR', 'USD')
DEFAULT_CURRENCY = "IDR"

Then restart Horizon.