Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 577 Bytes

File metadata and controls

12 lines (10 loc) · 577 Bytes

awshub

An EC2 based deployment of jupyterhub (based on https://github.com/jupyterhub/jupyterhub-deploy-teaching)

Requirements: ansible, python 2

To spin-up a jupyterhub node in EC2 run:

  • git clone git@github.com:rok/awshub.git && cd awshub
  • git clone git@github.com:UDST/ansible-conda.git ./ansible-conda
  • cp group_vars/all/cloudflare.yaml.example group_vars/all/cloudflare.yaml
  • Edit site.yaml and group_vars/all/cloudflare.yaml to add cloudflare credentials for your domain.
  • Run ansible-playbook ./site.yaml
  • Jupyterhub should be running on https://yourdomain.com