No description
Find a file
Setyo Nugroho c5a56b4670 Merge branch '29-Yuyu/change-method-storing-logo' into 'main'
29 yuyu/change method storing logo

Closes yuyu#29

See merge request dev/yuyu_dashboard!11
2022-09-16 09:00:56 +00:00
yuyu mofidy template 2022-09-11 15:54:33 +07: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.