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/09/04 23:42:36 UTC

[GitHub] ivansabik edited a comment on issue #5802: Simpifying docker contrib

ivansabik edited a comment on issue #5802: Simpifying docker contrib
URL: https://github.com/apache/incubator-superset/pull/5802#issuecomment-418549887
 
 
   Would it be worth adding some explicit instructions in the doc of how to run this locally using docker? Since it's not just `docker-compose up`. This is what works for me locally:
   ```
   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
   ```

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