surapuramakhil commented on code in PR #28221: URL: https://github.com/apache/superset/pull/28221#discussion_r1580223815
########## docs/docs/installation/pypi.mdx: ########## @@ -129,21 +121,33 @@ First, start by installing `apache-superset`: pip install apache-superset ``` -Then, you need to initialize the database: +Superset configurations are stored in a file. One of these configurations, a `SECRET_KEY`, is required for the application to start. Create your config file: +``` +touch superset/superset_config.py Review Comment: Can Use below command - https://github.com/apache/superset/blob/271510f0a81422c62cceb09245a55d844e749d60/docs/docs/contributing/local-backend.mdx?plain=1#L30 echo "SECRET_KEY='$(openssl rand -base64 42)'" | tee -a superset_config.py -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org