|
1 | | -# Jupyterhub on azure |
| 1 | +<div align="center"> |
| 2 | +<a href="https://www.cemac.leeds.ac.uk/"> |
| 3 | + <img src="https://github.com/cemac/cemac_generic/blob/master/Images/cemac.png"></a> |
| 4 | + <br> |
| 5 | +</div> |
2 | 6 |
|
3 | | -This repository contains scripts for automatic creation of customised JupyterHub instances running on Azure cloud designed for multi-user classes. This doesn't (yet) use docker or elastic scaling. It's just a plan old server in the cloud -- albeit one that we can set up and tear down at will. |
| 7 | +# CEMAC FORK OF MIKE CROUCHERS JUPYERHUB ON AZURE |
4 | 8 |
|
5 | | -People can use it to set up their own servers -- no need to speak to the IT department if they don't want to. |
| 9 | +This repository contains scripts for automatic creation of customised JupyterHub instances running on Azure cloud designed for multi-user classes. |
6 | 10 |
|
7 | 11 | ## Setting Up a new server |
8 | 12 |
|
9 | | -* I'M CURRENTLY DEVELOPING THIS. |
10 | | -* IT'S NOT YET READY FOR GENERAL USE. |
11 | | -* MANY THINGS MISSING. |
12 | | -* DOCUMENTATION IS NOT UP TO DATE. |
13 | | -* IT'S VERY SPECIFIC FOR THE COURSE WHO ORIGINALLY NEEDED IT. |
14 | | - |
| 13 | +* Install Azure CLI or access the Cloud shell from https://portal.azure.com/ |
15 | 14 | * Clone this repository, modify and run `create_vm.sh` from your local machine. This creates the Azure VM |
16 | 15 | * Log into the created Azure VM, clone this repo and run `install.sh` |
17 | 16 |
|
@@ -48,10 +47,18 @@ sudo systemctl restart jupyterhub |
48 | 47 | sudo systemctl status jupyterhub |
49 | 48 | ``` |
50 | 49 |
|
51 | | -## JupyterHub cloud installs elsewhere |
| 50 | +## FUTURE |
| 51 | + |
| 52 | +* 2019/2020 Move to containerised Kubrenetes server (JupyterHubLeeds Repository for development *requests may be made to collaborate on this project*) |
| 53 | + |
| 54 | +## COLLABORATING |
| 55 | + |
| 56 | +Collaboration is very welcome and encouraged. *Collaborating Guidelines Comming soon* |
| 57 | + |
| 58 | +## ACKNOWLEGEMENTS |
52 | 59 |
|
53 | | -If you don't like how this one works, you may like one of the following |
| 60 | +Thanks to Mike Croucher for Setting this up. |
54 | 61 |
|
55 | | -The Data Science VM has JupyterHub pre-installed (and JupyterLab on the Ubuntu DSVM) – https://docs.microsoft.com/en-us/azure/machine-learning/data-science-virtual-machine/overview |
| 62 | +## LICENSE |
56 | 63 |
|
57 | | -Azure Lab Services - https://azure.microsoft.com/en-us/services/lab-services/ |
| 64 | +*coming soon* |
0 commit comments