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 2021/05/29 17:53:40 UTC

[GitHub] [superset] EMCP opened a new issue #14913: non-interactice create-admin on installation

EMCP opened a new issue #14913:
URL: https://github.com/apache/superset/issues/14913


   **Is your feature request related to a problem? Please describe.**
   
   I am following https://superset.apache.org/docs/installation/installing-superset-from-scratch
   ```
   $ export FLASK_APP=superset
   superset fab create-admin
   ```
   
   it is here I was hoping to do a non-interactive installation of the admin user.. I looked quickly but couldn't see a way to do this anywhere.. if it doesn't exist it'd be really welcome
   
   **Describe the solution you'd like**
   
   ```
   superset fab create-admin --file setup_credentials.txt 
   ```
   inside this `setup_credentials.txt` we'd have some way to do the required pieces of data for the first admin user installation
   
   
   **Describe alternatives you've considered**
   
   For now I am installing this application and then pausing the installation and forcing users to ssh into the box and use their keyboard
   
   **Additional context**
   Add any other context or screenshots about the feature request here.
   


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


[GitHub] [superset] EMCP commented on issue #14913: non-interactice create-admin on installation

Posted by GitBox <gi...@apache.org>.
EMCP commented on issue #14913:
URL: https://github.com/apache/superset/issues/14913#issuecomment-851013988


   Interesting, I could have sworn I did that but it wasn't quite there.  Will
   check again right away, thank you.
   
   On Sun, May 30, 2021, 16:43 ʈᵃᵢ ***@***.***> wrote:
   
   > It exists, you can run flask fab --help for docs
   >
   > —
   > You are receiving this because you authored the thread.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/superset/issues/14913#issuecomment-851011182>,
   > or unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/AA4FJSW57GBURFE2XM4PMIDTQJFJNANCNFSM45YQBUNQ>
   > .
   >
   


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


[GitHub] [superset] EMCP edited a comment on issue #14913: non-interactice create-admin on installation

Posted by GitBox <gi...@apache.org>.
EMCP edited a comment on issue #14913:
URL: https://github.com/apache/superset/issues/14913#issuecomment-851013988


   Interesting, I could have sworn I did that but it wasn't quite there.  Will
   check again right away, thank you.
   
   On Sun, May 30, 2021, 16:43 ʈᵃᵢ ***@***.***> wrote:
   
   > It exists, you can run flask fab --help for docs
   >
   > —
   > You are receiving this because you authored the thread.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/superset/issues/14913#issuecomment-851011182>,
   > or unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/AA4FJSW57GBURFE2XM4PMIDTQJFJNANCNFSM45YQBUNQ>
   > .
   >
   
   
   
   Edit:  Got it, and here's for anyone searching too
   
   ```
   $ superset fab create-admin --help
   logging was configured successfully
   INFO:superset.utils.logging_configurator:logging was configured successfully
   /usr/local/lib/python3.8/dist-packages/flask_caching/__init__.py:201: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled.
     warnings.warn(
   No PIL installation found
   INFO:superset.utils.screenshots:No PIL installation found
   Usage: superset fab create-admin [OPTIONS]
   
     Creates an admin user
   
   Options:
     --username TEXT
     --firstname TEXT
     --lastname TEXT
     --email TEXT
     --password TEXT
     --help            Show this message and exit.
   
   ```


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


[GitHub] [superset] nytai commented on issue #14913: non-interactice create-admin on installation

Posted by GitBox <gi...@apache.org>.
nytai commented on issue #14913:
URL: https://github.com/apache/superset/issues/14913#issuecomment-851011182


   It exists, you can run `flask fab --help` for docs 


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


[GitHub] [superset] EMCP closed issue #14913: non-interactice create-admin on installation

Posted by GitBox <gi...@apache.org>.
EMCP closed issue #14913:
URL: https://github.com/apache/superset/issues/14913


   


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