Skip to content

instructions to deploy a simple jupyterhub service on baremetal

Notifications You must be signed in to change notification settings

josemunozc/jupyterhub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions to deploy JupyterHub on a baremetal system.

Dependencies:

  • git
  • ansible

We need the ansible posix to work with firewalld. To install it run (after installing ansible):

ansible-galaxy collection install ansible.posix

To deploy run (as root):

ansible-playbook -i myhosts jhub.yml 

A few useful commands to check service status or if restart the service if necessary:

sudo systemctl stop jupyterhub.service
sudo systemctl start jupyterhub.service
sudo systemctl status jupyterhub.service

About

instructions to deploy a simple jupyterhub service on baremetal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •