You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/howto/auth/awscognito.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,6 @@ application to your `tljh` configuration.
24
24
1. Create a user pool [Getting Started with User Pool](https://docs.aws.amazon.com/cognito/latest/developerguide/getting-started-with-cognito-user-pools.html).
25
25
26
26
When you have completed creating a user pool, app, and domain you should have the following settings available to you:
Copy file name to clipboardExpand all lines: docs/install/azure.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,6 @@ We start by creating the Virtual Machine in which we can run TLJH (The Littlest
51
51
```
52
52
53
53
5. **Choose an Ubuntu server for your VM**:
54
-
55
54
- Click `Ubuntu Server 22.04 LTS.`
56
55
57
56
- Make sure `Resource Manager` is selected in the next screen and click **Create**
@@ -61,7 +60,6 @@ We start by creating the Virtual Machine in which we can run TLJH (The Littlest
61
60
```
62
61
63
62
6. Customise the Virtual Machine basics:
64
-
65
63
- **Subscription**. Choose the "Free Trial" if this is what you're using. Otherwise, choose a different plan. This is the billing account that will be charged.
66
64
- **Resource group**. Resource groups let you keep your Azure tools/resources together in an availability region (e.g. WestEurope). If you already have one you'd like to use it select that resource.
67
65
@@ -89,7 +87,6 @@ We start by creating the Virtual Machine in which we can run TLJH (The Littlest
89
87
- **Inbound port rules**. Leave the defaults for now, and we will update these later on in the Network configuration step.
90
88
91
89
7. Before clicking on "Next" we need to select the RAM size for the image.
92
-
93
90
- For this we need to make sure we have enough RAM to accommodate your users. For example, if each user needs 2GB of RAM, and you have 10 total users, you need at least 20GB of RAM on the machine. It's also good to have a few GB of "buffer" RAM beyond what you think you'll need.
94
91
95
92
- Click on **Change size** (see image below)
@@ -105,7 +102,6 @@ We start by creating the Virtual Machine in which we can run TLJH (The Littlest
105
102
- Select a suitable image (to check available images and prices in your region [click on this link](https://azuremarketplace.microsoft.com/en-gb/marketplace/apps/Canonical.UbuntuServer?tab=PlansAndPrice/?wt.mc_id=TLJH-github-taallard)).
106
103
107
104
8. Disks (Storage):
108
-
109
105
- **Disk options**: select the OS disk type there are options for SDD and HDD. **SSD persistent disk** gives you a faster but more expensive disk than HDD.
110
106
111
107
- **Data disk**. Click on create and attach a new disk. Select an appropriate type and size and click ok.
@@ -120,7 +116,6 @@ We start by creating the Virtual Machine in which we can run TLJH (The Littlest
120
116
```
121
117
122
118
9. Networking
123
-
124
119
- **Virtual network**. Leave the default values selected.
125
120
- **Subnet**. Leave the default values selected.
126
121
- **Public IP address**.Leave the default values selected. This will make your server accessible from a browser.
@@ -132,9 +127,7 @@ We start by creating the Virtual Machine in which we can run TLJH (The Littlest
132
127
```
133
128
134
129
10. Management
135
-
136
130
- Monitoring
137
-
138
131
- **Boot diagnostics**. Choose "On".
139
132
- **OS guest diagnostics**. Choose "Off".
140
133
- **Diagnostics storage account**. Leave as the default.
@@ -150,7 +143,6 @@ We start by creating the Virtual Machine in which we can run TLJH (The Littlest
150
143
```
151
144
152
145
11. Advanced settings
153
-
154
146
- **Extensions**. Make sure there are no extensions listed
155
147
- **Cloud init**. We are going to use this section to install TLJH directly into our Virtual Machine.
156
148
@@ -177,7 +169,6 @@ We start by creating the Virtual Machine in which we can run TLJH (The Littlest
177
169
12. Check the summary and confirm the creation of your Virtual Machine.
178
170
179
171
13. Check that the creation of your Virtual Machine worked.
180
-
181
172
- Wait for the virtual machine to be created. This might take about 5-10 minutes.
182
173
183
174
- After completion, you should see a similar screen to the one below:
5. Open the Hostname in a web browser (http on port 80). You should see the JupyterHub login page. Your browser will warn about the site not being secure (no HTTPS)—we'll enable HTTPS in the next step. Do not login yet, first setup HTTPS, so we avoid transmitting the password in clear text.
47
+
5. Open the Hostname in a web browser (http on port 80). You should see the JupyterHub login page. Your browser will warn about the site not being secure (no HTTPS)—we'll enable HTTPS in the next step. Do not login yet, first setup HTTPS, so we avoid transmitting the password in clear text.
Copy file name to clipboardExpand all lines: docs/topic/whentouse.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,9 @@ container technology in administering user sessions.
22
22
The choice between TLJH and Z2JH ultimately comes down to only a few questions:
23
23
24
24
1. Do you want your hub and all users to live on a **single, larger machine** vs. spreading users on a **cluster of smaller machines** that are scaled up or down?
25
-
26
25
- If you can use a single machine, we recommend **The Littlest JupyterHub**.
27
26
- If you wish to use multiple machines, we recommend **Zero to JupyterHub for Kubernetes**.
28
27
29
28
2. Do you **need to use container technology**?
30
-
31
29
- If no, we recommend **The Littlest JupyterHub**.
32
30
- If yes, we recommend **Zero to JupyterHub for Kubernetes**.
0 commit comments