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/07/11 05:44:43 UTC

[GitHub] [incubator-superset] dancrew32 edited a comment on issue #7336: default login/password not known after bringing up the Docker container

dancrew32 edited a comment on issue #7336: default login/password not known after bringing up the Docker container
URL: https://github.com/apache/incubator-superset/issues/7336#issuecomment-510338031
 
 
   So I missed this during install as well, but it prompts you to create a username, first, last, email, and password at this phase:
   
   ```bash
   ~/src/superset/contrib/docker$ docker-compose run --rm superset ./docker-init.sh
   Starting superset_postgres_1 ... 
   Starting superset_redis_1 ... done
   + '[' 1 -ne 0 ']'
   + exec ./docker-init.sh
   + export FLASK_APP=superset:app
   + FLASK_APP=superset:app
   + flask fab create-admin
   Username [admin]: admin
   User first name [admin]: admin
   User last name [user]: admin
   Email [admin@fab.org]: admin@fab.org
   Password: 
   Repeat for confirmation: 
   ```
   
   you can try `docker exec -it superset_superset_1 bash` and run `./docker-init.sh` to trigger this same prompt:
   https://github.com/apache/incubator-superset/blob/master/contrib/docker/docker-init.sh#L22

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