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 2020/05/18 10:00:44 UTC

[GitHub] [incubator-superset] brij100 commented on issue #8632: docker-compose failed to build

brij100 commented on issue #8632:
URL: https://github.com/apache/incubator-superset/issues/8632#issuecomment-630079535


   you should follow below command & it might be help you guys!
   
   docker pull preset/superset
   
   docker run -d -p 8080:8080 --name superset preset/superset
   
   docker exec -it superset superset fab create-admin \
                  --username admin \
                  --firstname Superset \
                  --lastname Admin \
                  --email admin@superset.com \
                  --password admin
   
   docker exec -it superset superset db upgrade
   
   docker exec -it superset superset load_examples
   
   docker exec -it superset superset init
   


----------------------------------------------------------------
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



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