No description
![]() 29 yuyu/change method storing logo Closes yuyu#29 See merge request dev/yuyu_dashboard!11 |
||
---|---|---|
yuyu | ||
.gitignore | ||
README.md | ||
remove_yuyu.sh | ||
requirements.txt | ||
setup_yuyu.sh |
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.