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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to