gorcurek edited a comment on issue #12827: URL: https://github.com/apache/superset/issues/12827#issuecomment-778056540
did you guys follow https://superset.apache.org/docs/installation/installing-superset-using-docker-compose ? I have just tried it and got no error, all is running well on http://localhost:8088 I also tried: **$ docker run -p 8080:8080 -d apache/incubator-superset** which started superset container. I then got into the container with **$ docker exec -it <container_id> /bin/bash**, ran **superset db upgrade** and **superset init**, created an admin account with **superset fab create-admin** and all is working in that part as well. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
