Commit Graph

21 Commits

Author SHA1 Message Date
Justin Tyberg
20f60f7374 Mention zero-to-jupyterhub-k8s project in README 2017-09-01 22:39:55 -04:00
Bryan W. Weber
8d887f7a38
Add oauth.env target to Makefile
Since 6917060, docker compose relies on an oauth.env file to get
the OAuth parameters, so the Makefile is updated to handle here
this change. In addition, the README is updated.
2017-08-23 09:22:45 -04:00
Carol Willing
c89e4ec0d0 Edit section on building the hub image 2016-10-12 05:29:30 -07:00
Carol Willing
00068ee64a Add more precise instructions for OAuth 2016-10-12 05:18:23 -07:00
Carol Willing
dd964ade79 Edit letsencrypt example README 2016-10-12 05:13:36 -07:00
Carol Willing
ccd512c6ea Edit prerequisites and OAuth 2016-10-11 23:23:17 -07:00
Carol Willing
d99aa82642 Edit intro, tech overview, prerequisites 2016-10-11 20:58:14 -07:00
Justin Tyberg
b5e5453d4f Bump minimum Docker version to 1.12 in README.
(c) Copyright IBM Corp. 2016
2016-08-01 17:04:25 -04:00
Justin Tyberg
1d38273eef Do not pull notebook image as part of build step.
Do not assume the notebook image must be pulled from a Docker
registry (it might be built locally).
2016-05-12 16:50:02 -04:00
Min RK
60656fc818 Move docker-machine out of README
README now starts with the assumption that docker is setup.
The discrete volume, notebook, pull steps are also moved to "Behind the scenes",
and implied in `make build` in the setup.
Getting started is now:

1. GitHub OAuth
2. SSL
3. userlist
4. `make build`
5. `docker-compose up`
2016-05-12 16:53:22 +02:00
Justin Tyberg
91a5e54d1b Remove hub.sh script.
The script was meant to facilitate hub build and run operations
while shielding new Docker users from `docker-compose`.  It now
provides very little functionality, and even gets in the way if
specifying GITHUB oauth environment variables in the .env file.

(c) Copyright IBM Corp. 2016
2016-05-09 19:20:05 -04:00
Justin Tyberg
6edb1e1878 Update README to be more explicit about JHub TLS cert and key files.
(c) Copyright IBM Corp. 2016
2016-05-06 15:47:31 -04:00
Justin Tyberg
4bc8221657 Fix DOCKER_NOTEBOOK_IMAGE rename that was missed.
(c) Copyright IBM Corp. 2016
2016-04-19 16:49:28 -04:00
Justin Tyberg
e1b9f8ed9a Rename DOCKER_CONTAINER_IMAGE => DOCKER_NOTEBOOK_IMAGE
(c) Copyright IBM Corp. 2016
2016-04-19 12:21:46 -04:00
Carol Willing
7ac7c82040 More editing 2016-04-18 08:54:55 -07:00
Carol Willing
f1851d6dd3 A few more wording edits 2016-04-18 08:42:32 -07:00
Carol Willing
c8b2c94fcd Add concrete wording for pronoun references 2016-04-18 08:31:21 -07:00
Justin Tyberg
3fb61b1878 Add FAQs related to customizing Notebook image and restarting JupyterHub.
(c) Copyright IBM Corp. 2016
2016-04-18 09:47:00 -04:00
Justin Tyberg
917c5fbf16 Beef up README.
(c) Copyright IBM Corp. 2016
2016-04-15 16:02:05 -04:00
Justin Tyberg
73163c76b9 Initial version.
(c) Copyright IBM Corp. 2016
2016-04-14 15:17:14 -04:00
Min RK
e974a8f0b9 Initial commit 2016-04-14 15:53:15 +02:00