YunoHost-Apps / superset_ynh

Data Visualization and Data Exploration Platform, packaged for YunoHost
https://superset.apache.org/
MIT License
2 stars 1 forks source link

[question] app pkg setup #9

Open ballinger opened 3 months ago

ballinger commented 3 months ago

Question

first of all thanks for fixing the app. all went well. i am wondering how extra functionality should be dealt with at install time. vanilla install gives me access to postgres and sql lite. i manually added mysql inside the venv so i can connect to nocodb. there is also a sample data pkg which adds sample data and graph's to play with. i wont need that anymore but new users might...

mysql

cd /var/www/superset
. venv/bin/activate
pip3 install pymysql mysql-connector-python mysqlclient
deactivate

sample data

superset load_examples (inside the venv)

Context

ballinger commented 3 months ago

Think it's save to remove that broken flag :)

[WARNING] An issue was found for app Apache Superset