welfare-state-analytics / westac_hub

MIT License
0 stars 0 forks source link

JupyterHub deployment of WeStAc related projects

This JupyterHub setup is based on this blog post and the The Littlest JupyterHub.

FIXME: #5 Upgrade JupyterHub to 1.4 FIXME: #6 Give environment variables more descriptive names FIXME: #7 Reduce lab image size FIXME: #8 Remove unused hub dependencies FIXME: #9 Add version tag to hub image

Features

Learn more

Please read this blog post and [].

Configuration

Clone this repository and apply (at least) the following changes:

Other changes you may like to make:

If the jupyerhub_config.py is changed, then the westac_hub_data data volume must be removed in order for the changes to take effect.

docker-compose down
# docker rm `docker ps -aq`
docker volume rm westac_hub_data

How to start the server

Use Docker Compose to build and run the server:

docker-compose build
docker-compose up -d

Acknowledgements

OpenDreamKit.