IvanRibakov commented on issue #17822: URL: https://github.com/apache/superset/issues/17822#issuecomment-1126161717
I found solution at the [DockerHub page](https://hub.docker.com/r/apache/superset): ``` // Setup your local admin account $ docker exec -it superset superset fab create-admin \ --username admin \ --firstname Superset \ --lastname Admin \ --email [email protected] \ --password admin // Migrate local DB to latest $ docker exec -it superset superset db upgrade // Setup roles $ 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
