mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
985 B
985 B
Installation
Quick Installation
The quick way to install The Littlest JupyterHub (tljh) is:
curl https://raw.githubusercontent.com/yuvipanda/the-littlest-jupyterhub/master/installer/install.bash | sudo bash -
This takes 2-5 minutes to run. When completed, you can access your new JupyterHub at the public IP of your server!
You should probably add yourself as an admin user after installation.
Slightly less quick installation
If you can read bash and are nervous about the previous installation method,
you can inspect the installer script before running it.
-
Download the installer script
curl https://raw.githubusercontent.com/yuvipanda/the-littlest-jupyterhub/master/installer/install.bash -o install.bash -
Read the install script source using your favorite text editor
-
Run the installer script
sudo install.bash
This should have the exact same effects as the quick installer method.