Jupyterhub configuration for CROCUS.
We used directions from The Littlest Jupyterhub to get started. This included the following steps
sudo apt install python3 python3-dev git curl
Here, I replaced <admin-username>
with mgrover
curl -L https://tljh.jupyter.org/bootstrap.py | sudo -E python3 - --admin <admin-username>
This was intalled on crocus-server-05
sudo tljh-config set http.port 8080
sudo tljh-config set https.port 8443
sudo tljh-config reload proxy
ssh -v -N [email protected] -L 8080:crocus-server-05.cels.anl.gov:8080