Commit Graph

416 Commits

Author SHA1 Message Date
yuvipanda
9f776c2fcb Add bit more info on troubleshooting HTTPS
We no longer use CHP, so add section on getting logs from
traefik instead
2019-05-20 09:44:31 -07:00
yuvipanda
aab8cf2dc0 Remove stray .DS_Store files
Add it to .gitignore so we prevent this from
happening again
2019-05-20 08:33:25 -07:00
Tania Allard
0ee116a706 Fix indent problem line 82 2019-05-20 16:23:22 +01:00
Tania Allard
d8869764a0 Fix some typos on Azure.rst 2019-05-20 16:19:06 +01:00
Tania Allard
8f6483beec Complete Azure instructions 2019-05-20 16:13:21 +01:00
Tania Allard
7cec72564c Add supporting images for Azure 2019-05-20 15:47:38 +01:00
Tania Allard
10dd00c901 Add Azure to main index 2019-05-20 15:47:19 +01:00
Tania Allard
229877645f Add Azure install instructions 2019-05-20 15:47:10 +01:00
yuvipanda
b259bedab3 Document our minimum RAM requirement 2019-05-19 13:08:57 -07:00
yuvipanda
f5c8b7b86c Explicitlly document that we don't support running inside docker 2019-05-19 11:05:24 -07:00
yuvipanda
12e984febe Add note about not running on your own laptop
Fixes #210
2019-05-19 11:01:45 -07:00
yuvipanda
a569417dad Document that you need a domain name before HTTPS
Also note that Let's Encrypt doesn't work in private
networks.

Fixes #217
2019-05-18 17:46:06 -07:00
yuvipanda
06bc3f17fc Fix typo: s/src/srv/ 2019-05-18 17:20:52 -07:00
yuvipanda
5bb6b69232 Remove stray = in authenticator configuration example
Ref #291
2019-05-18 14:32:07 -07:00
yuvipanda
802b7d6b79 Minor cleanup of custom server install documents
- Use sudo when installing packages
- Minor text cleanup
2019-05-18 14:22:58 -07:00
yuvipanda
10e60ab226 Cleanup HTTPS documentation
- Wrap some lines
- Normalize reference anchors to conform to hierarchy
- Mention that the certificates will be renewed
- Strengthen suggestion to use Let's Encrypt

Fixes #305
2019-05-18 14:20:39 -07:00
Tim Head
1bf50d6c20 Merge pull request #319 from yuvipanda/digital-ocean-cloud
Move digital ocean 'resize' docs out of 'install' step
2019-05-10 07:28:55 +02:00
yuvipanda
b1c9a9f37a Move digital ocean 'resize' docs out of 'install' step
Since you usually don't want to resize right after you
create a VM, I've moved it to a more central 'cloud provider
tasks' page. We can add additional things here too. It
matches similar provider specific pages we have for
troubleshooting
2019-05-09 13:34:55 -07:00
yuvipanda
3af53522aa Remove ominous warning with outdated release date
Aug '18 has come and gone, and people have been using
TLJH to great effect for a while. Reflect that in 'development
status'
2019-05-09 13:08:02 -07:00
Chris Holdgraf
de1fe2abe1 adding sidebar links 2019-04-26 10:55:42 -07:00
Yuvi Panda
e90f453d7c Merge pull request #296 from laxdog/master
Update / clarify / shorten docs, add missing image from AWS install
2019-04-17 11:16:13 -07:00
Michael
979b36c4d1 Updates from code review 2019-04-14 21:25:38 +01:00
Yuvi Panda
0e091c2de7 Merge pull request #304 from leportella/change-project-title
Change style to match Jhub main doc
2019-04-14 05:06:36 +05:30
Leticia Portella
b0371b84c4 Change style to match Jhub main doc 2019-04-14 00:08:17 +01:00
Yuvi Panda
c255ec24e9 Merge pull request #287 from junctionapps/master
typo fix in installer actions
2019-04-13 05:08:27 +05:30
Michael Robinson
f03b48baaf Add AWS system log and update text 2019-03-20 13:45:16 +00:00
Michael Robinson
73f3defb3f Less is more. Reword and remove some text 2019-03-19 17:55:28 +00:00
Michael Robinson
95733022ad Add spaces and reduce text in formulas to help readability, update CPU instructions 2019-03-19 16:56:55 +00:00
Michael Robinson
3baab69baa Troubleshooting note on building docs inside a virtual env 2019-03-19 16:55:54 +00:00
hannah
a74e3205a1 moved nativeauthentic config to code block
Moved the config to a code block because as rendered, it's
2019-03-14 18:48:33 -04:00
junctionapps
583792f65e Update installer-actions.rst
minor typo fix
2019-03-05 08:50:32 -04:00
Leticia Portella
283cb7be28 Change title on NativeAuth docs for keeping pattern 2019-02-21 10:25:42 +00:00
Leticia Portella
d41347f933 Add NativeAuth as an optional authenticator 2019-02-20 20:16:12 +00:00
Min RK
04f00943af update dev-setup commands
- Dockerfile moved
- remove sudo from commands (usually not needed, better added by users where it is)
2019-02-12 10:00:39 +01:00
Chris Holdgraf
1d931b18f3 updating the image size text 2019-01-31 11:24:00 -08:00
Yuvi Panda
cfe3aaec74 Merge pull request #261 from huhuhang/master
fix GitHub login config missing callback URL
2019-01-31 09:33:07 -08:00
Yuvi Panda
d7ad9ddefa Update docs/howto/auth/github.rst
Co-Authored-By: huhuhang <huhuhang@users.noreply.github.com>
2019-01-31 10:24:44 +08:00
yuvipanda
ff36c1363a Use --sys-prefix for installing nbextensions
--system installs stuff into /etc, and should practically never
be used alongside conda / virtualenv.
2019-01-29 14:27:12 -08:00
huhuhang
3cdb9dfc8c fix GitHub login config missing callback URL 2019-01-26 10:03:50 +08:00
yuvipanda
55ec5f5ab9 Move custom server troubleshooting code to its own page
Most people won't need to do this, so let's move it
to the troubleshooting page
2019-01-09 15:58:13 -08:00
Yuvi Panda
896e211b3b Merge pull request #230 from fm75/documentation-behind-proxy
Documentation behind proxy
2018-12-03 09:49:14 -08:00
Fred Mitchell
339bb839e6 Update custom-server.rst 2018-11-28 17:22:53 -05:00
Fred Mitchell
24a0c860c7 Delete temp-log-example 2018-11-28 16:43:03 -05:00
Fred Mitchell
553e75a9c8 Update custom-server.rst 2018-11-28 16:40:42 -05:00
Fred Mitchell
bcc9014e96 Create temp-log-example 2018-11-28 07:43:11 -05:00
Fred Mitchell
988f198958 Update custom-server.rst 2018-11-28 07:29:21 -05:00
Fred Mitchell
eb68a80991 Update custom-server.rst
Relax the item about public IP address?
Currently the install does **not** report "Done!"
2018-11-27 17:15:18 -05:00
yuvipanda
5374f5eaf5 Provide better error message when running on unsupported distro 2018-11-13 12:35:41 -08:00
Fred Mitchell
498a1cbd40 Update custom-server.rst 2018-11-03 17:29:30 -04:00
Jorge Vallecillo
d48f754bdb Removed duplicate 'the' in docs 2018-11-02 15:42:12 -06:00