Commit Graph

205 Commits

Author SHA1 Message Date
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
Min RK
ce5a53d2fb Merge pull request #151 from Carreau/oplish
polish local server install
2018-08-24 13:18:02 -04:00
Min RK
ea5a196bd8 Merge pull request #137 from ynnelson/hotfix/doc-update
Added existing property-path for tljh-config set method
2018-08-24 13:17:09 -04:00
Matthias Bussonnier
d5f0587181 polish locl server install 2018-08-21 11:21:53 -04:00
Chris Holdgraf
466e2f7427 Update conf.py 2018-08-14 19:48:18 +02:00
YOURI NELSON
e9f3a3acdc Added existing property-path for tljh-config set method 2018-08-13 16:01:14 -04:00
yuvipanda
28af89a381 Move tljh-config symlink to /usr/bin
Removes a lot of 'sudo -E' usage, and eventually should
let us get rid of the $PATH override for jupyterhub-admins,
which arguably is less secure than just dropping stuff into
/usr/bin

Also remove sudo -E from apt and mkdir calls. Not necessary.
2018-08-12 22:05:18 -07:00
Yuvi Panda
1b19e5bfc6 Merge pull request #123 from choldgraf/docsupdate
[MRG] updating content from zexuan's user test
2018-08-12 21:36:07 -07:00
yuvipanda
89d5c899b9 Remove FAQ document
Just going to remove need for '-E' instead soon
2018-08-12 21:25:42 -07:00
yuvipanda
d4b28bb62f Rename 'envt' to 'env'
Other option is the full blown 'environment'
2018-08-12 21:25:42 -07:00
Chris Holdgraf
295b0683a2 adding css rule for logo and fixing some ref links 2018-08-12 21:25:42 -07:00
Chris Holdgraf
e2df502093 using two reqs files for docs test compatibility 2018-08-12 21:25:42 -07:00
Chris Holdgraf
380338d2ae typo 2018-08-12 21:25:34 -07:00
Chris Holdgraf
2181947f83 updating content from zexuan's user test 2018-08-12 21:25:34 -07:00
yuvipanda
3dd51fafae Add docs on writing & using plugins 2018-08-12 19:16:52 -07:00
yuvipanda
bec0c8b5bb Only set _static doc assets path if dir exists
Otherwise this is an error
2018-08-12 09:22:13 -07:00
yuvipanda
93cd0882b6 Switch back to a venv for docs + fix .circle config 2018-08-12 09:12:46 -07:00
Yuvi Panda
ff168838f2 Merge pull request #129 from yuvipanda/better-integration
Make it easier to run multiple independent integration tests
2018-08-12 09:04:10 -07:00
yuvipanda
0ea867549a Add docs on running tests 2018-08-12 08:57:39 -07:00
Chris Holdgraf
2023a0e460 Merge pull request #126 from choldgraf/copybutton_remove_css
removing extra copybutton files
2018-08-11 10:03:01 -07:00
Chris Holdgraf
ed3c280905 adding docs envt.yml 2018-08-11 09:57:06 -07:00
Tim Head
7769e8e950 Use intersphinx reference 2018-08-11 08:26:46 +02:00