Skip to content

Commit

Permalink
#19 | avni branding for superset
Browse files Browse the repository at this point in the history
  • Loading branch information
vedfordev committed Aug 20, 2024
1 parent dc54b20 commit a0d816c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion reportingSystem/superset/assets/superset_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@

LOGO_TARGET_PATH = '/'

LOGO_TOOLTIP = "Avni Superset"
LOGO_TOOLTIP = "Go Home"

APP_NAME = "Avni Superset"

FAVICONS = [{"href": "/static/assets/images/avni-favicon.ico"}]
3 changes: 3 additions & 0 deletions reportingSystem/superset_db_sqllite_to_postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ vi superset_config.py
cd /home/ubuntu/supersetdata
wget https://avniproject.org/static/avni-logo-color-b42a730b01c55efe37722027d9cddd95.png
mv avni-logo-color-b42a730b01c55efe37722027d9cddd95.png avni.png
wget https://app.avniproject.org/favicon.ico
mv favicon.ico avni-favicon.ico
```

3. run docker for 4.0.1
Expand All @@ -102,6 +104,7 @@ docker run -d -p 8088:8088 \
-e SUPERSET_CONFIG_PATH=/app/superset_config.py \
-v /home/ubuntu/supersetdata/superset_config.py:/app/superset_config.py \
-v /home/ubuntu/supersetdata/avni.png:/app/superset/static/assets/images/avni.png \
-v /home/ubuntu/supersetdata/avni-favicon.ico:/app/superset/static/assets/images/avni-favicon.ico \
apache/superset:4.0.1
docker logs -f superset_4.0.1
```
Expand Down

0 comments on commit a0d816c

Please sign in to comment.