Commit Graph

326 Commits

Author SHA1 Message Date
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
Fred Mitchell
1cb30f8ee0 Update custom-server.rst 2018-10-30 17:38:20 -04:00
yuvipanda
0cef2fb21f Add docs on packages in TLJH 2018-10-29 12:15:46 -07:00
Chris Holdgraf
138c3b2b70 updating theme and storing docs artifacts 2018-10-17 21:16:30 -07:00
Tim Head
cff22b5b5c Add sentence to docs about default CPU and RAM limits 2018-10-15 15:56:03 +02:00
April Wright
8b5c64b428 typo 2018-10-12 18:15:40 -05:00
April Wright
6eb38d1284 Merge branch 'master' into HEAD 2018-10-12 18:05:01 -05:00
April Wright
a6848d44f2 adding docs on enabling notebook extensions 2018-10-12 18:03:56 -05:00
April Wright
087befc4f9 Merge branch 'master' of https://github.com/jupyterhub/the-littlest-jupyterhub into HEAD 2018-10-12 17:58:45 -05:00
April Wright
d69af526eb add info on notebook extensions 2018-10-12 17:52:26 -05:00
April Wright
a883f27056 premerge commit 2018-10-12 15:33:41 -05:00
J Forde
125bd1dc18 Update docs.rst 2018-10-11 16:54:05 -04:00
J Forde
b399cdda69 Update docs.rst
Possible close to #195
2018-10-11 16:52:52 -04:00
Carol Willing
de7e2f3d4a Merge pull request #189 from fomightez/Add_AWS
Issue#182: add amazon installation tutorial
2018-10-08 05:24:53 +05:30
Jeremy Tuloup
0c23afddb2 Fix minor typo: pypy -> pypi 2018-10-07 22:39:15 +02:00
Chris Holdgraf
3795baad0f Merge pull request #181 from Paleantology/master
adding update on resizing droplet
2018-10-07 07:52:49 -07:00
April Wright
9b3a119254 small typo 2018-10-07 09:11:36 -05:00
April Wright
2db295802f Merge branch 'master' of https://github.com/jupyterhub/the-littlest-jupyterhub 2018-10-07 09:09:35 -05:00
Chris Holdgraf
4821c91a75 adding server resources 2018-10-06 12:12:00 -07:00
Chris Holdgraf
e9b34c350e cleaning up some language and adding more wording to the DO resize step 2018-10-06 12:07:54 -07:00
April Wright
e7cbfa6794 merged in anchor redesign 2018-09-28 16:05:56 -05:00
fomightez
ce62f83385 add amazon tutorial 2018-09-25 20:59:16 -04:00
April Wright
22750b88f0 adding extra anchors in tljh-config 2018-09-23 14:53:03 -05:00
April Wright
b05e361cdd some wording changes in resize doc 2018-09-23 14:44:51 -05:00
April Wright
db0ddb94fb split server resizing instructions 2018-09-22 21:47:40 -05:00
Chris Holdgraf
8d7f81f629 small typo in docs 2018-09-19 22:09:26 -06:00
April Wright
1d0404eb5d adding update on resizing droplet 2018-09-15 11:32:02 -05:00
yuvipanda
37ea7eaa6f Add docs explaining truncation of username 2018-09-12 16:48:55 -07:00
Yuvi Panda
b321c561de Remove extra space after opening paren 2018-09-11 12:08:31 -07:00
Yuvi Panda
4eeebc991f Merge pull request #163 from minrk/config-dir
put config in `$tljh/config` directory
2018-09-04 18:04:57 -07:00
yuvipanda
4edbce32ba Clarify what new password is 2018-09-04 12:42:29 -07:00
yuvipanda
a983e1c81d Fixup paths to images in docs 2018-09-04 12:38:32 -07:00
yuvipanda
2754a814b9 Add documentation on resetting user passwords 2018-09-04 12:35:45 -07:00
Min RK
d0b1e5c4c0 Merge pull request #169 from Carreau/no-everyone-read
Don't create home publicly readable
2018-09-03 14:51:05 +02:00
Min RK
8c82371416 Merge pull request #174 from Carreau/typo
typo questoins -> questions.
2018-09-03 14:50:31 +02:00
Matthias Bussonnier
2c6be93f0a typo 2018-08-31 18:27:54 -07:00
Matthias Bussonnier
c737f5a740 remind https 2018-08-29 15:18:20 -07:00
Matthias Bussonnier
552db9f74d Don't create home publicly readable
World-Readable seem to be a surprising default for many people,
especially in teaching context. Switch to a more reasonable rwxr-x---

We have to issue a chmod, as changing at creation time would require
changin /etc/adduser.conf DIR_MODE=0760 (or whatever), but that seem
unwise.

We do not set the exact permission in case the DIR_MODE is more
restrictive.

Closing #158
2018-08-29 14:38:38 -07:00
Min RK
01a1226d51 update config path in docs 2018-08-28 14:23:44 +02:00
Matthias Bussonnier
8650aacd57 Fix some typos
Using `codespell -q3 -w` that I just discovered.

(https://github.com/codespell-project/codespell, pip install codespell)
2018-08-27 17:58:26 -07:00