You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/05/22 07:28:07 UTC

[GitHub] [incubator-superset] ali-bahjati opened a new issue #7578: Setting up superset using docker

ali-bahjati opened a new issue #7578: Setting up superset using docker
URL: https://github.com/apache/incubator-superset/issues/7578
 
 
   This post is for everyone who wants to set up superset using docker since they are some problems which are differently listed as issues here but may be hard to find.
   
    
   First add gevent to python requirements.
   Second add user: root:root to your superset service in docker-compose.
   
   And then you can follow the instructions on doc. However if you want to load the examples you should instead of running:
   `SUPERSET_LOAD_EXAMPLES=yes docker-compose run --rm superset ./docker-init.sh`
   run this:
   `docker-compose run --rm -e SUPERSET_LOAD_EXAMPLES=yes superset ./docker-init.sh`
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org