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 2018/11/30 01:35:33 UTC

[GitHub] emeraldbay commented on issue #6462: docker-build.sh is missing

emeraldbay commented on issue #6462: docker-build.sh is missing
URL: https://github.com/apache/incubator-superset/issues/6462#issuecomment-443058770
 
 
   Please check commit 02aa3c6395a381e59dced848df55cb1daf733e95.
   Obviously the doc is not updated.
   
   @@ -43,22 +43,29 @@ If you know docker, then you're lucky, we have shortcut road for you to
    initialize development environment: ::
   
        git clone https://github.com/apache/incubator-superset/
   -    cd incubator-superset
   -    cp contrib/docker/{docker-build.sh,docker-compose.yml,docker-entrypoint.sh,docker-init.sh,Dockerfile} .
   -    cp contrib/docker/superset_config.py superset/
   -    bash -x docker-build.sh
   -    docker-compose up -d
   -    docker-compose exec superset bash
   -    bash docker-init.sh
   +    cd incubator-superset/contrib/docker
   +    # prefix with SUPERSET_LOAD_EXAMPLES=yes to load examples:
   +    docker-compose run --rm superset ./docker-init.sh
   +    # you can run this command everytime you need to start superset now:
   +    docker-compose up
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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