craig-rueda commented on a change in pull request #9206: Add docker-compose 
command for init
URL: 
https://github.com/apache/incubator-superset/pull/9206#discussion_r384674818
 
 

 ##########
 File path: docs/installation.rst
 ##########
 @@ -68,6 +68,8 @@ initialize development environment: ::
     cd incubator-superset
     # you can run this command everytime you need to start superset now:
     docker-compose up
+    # when the 'up' command is ready, run the following command once to 
inititalise the default admin:admin user
 
 Review comment:
   This should actually be run in the "init" container:
   
   ```
     superset-init:
       build: *superset-build
       command: ["/app/docker-init.sh"]
       env_file: docker/.env
       depends_on: *superset-depends-on
       volumes: *superset-volumes
   ```

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to