Commit Graph

1691 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
yuvipanda
d7672bf907 Install git explicitly during bootstrap
Some servers don't have git on by default
2019-01-09 15:56:28 -08:00
Yuvi Panda
d1bc9cf708 Merge pull request #249 from yuvipanda/ipywidgets
Add ipywidgets to base installation
2018-12-22 11:55:01 -08:00
yuvipanda
04934c0bf1 Test that ipywidgets nbextension is enabled 2018-12-22 11:21:50 -08:00
yuvipanda
600bf225f2 Add ipywidgets to base installation 2018-12-22 11:06:43 -08:00
Yuvi Panda
ae9bf702f1 Merge pull request #248 from fm75/FixInstallerLogging
Use tljh logger in installer
2018-12-12 12:11:50 -08:00
fred
f23f36eaf2 Use tljh logger in installer 2018-12-12 14:45:39 -05:00
Yuvi Panda
896e211b3b Merge pull request #230 from fm75/documentation-behind-proxy
Documentation behind proxy
2018-12-03 09:49:14 -08:00
Min RK
7e291b8a60 Merge pull request #244 from jupyterhub/choldgraf-patch-1
Fixing RTD badge
2018-11-30 20:28:49 +01:00
Chris Holdgraf
fa4319d953 Fixing RTD badge
The old badge hard-coded to "passing", this switches to the dynamic version that'll change based on the status of the docs build
2018-11-30 08:35:21 -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
Yuvi Panda
a9f49f9172 Merge pull request #238 from yuvipanda/node-10
Update nodejs to 10.x LTS
2018-11-23 12:11:52 -08:00
yuvipanda
2a30063736 Update nodejs to 10.x LTS
Reverts https://github.com/jupyterhub/the-littlest-jupyterhub/pull/138 and
fixes https://github.com/jupyterhub/the-littlest-jupyterhub/issues/236.
2018-11-23 11:58:45 -08:00
Matthias Bussonnier
5f440ae844 Merge pull request #221 from yuvipanda/ubuntu-version
Provide better error message when running on unsupported distro
2018-11-19 16:35:44 -08:00
yuvipanda
599c9d37dd Get '.strip()' right 2018-11-13 14:46:16 -08:00
yuvipanda
ca38dcd413 Decode output from subprocess before performing string operations 2018-11-13 14:40:24 -08:00
yuvipanda
43d9f02203 Fix putting literal {}s in python format string 2018-11-13 14:28:59 -08:00
yuvipanda
e9462bb7ae Do not use deprecated platform module
Since bootstrap.py needs to restrict itself to
stdlib python, we read from /etc/os-release than trying
to install the distro package.
2018-11-13 12:47:05 -08:00
yuvipanda
99e3106b29 Make bootstrap test name / description more generic 2018-11-13 12:35:41 -08:00
yuvipanda
b644599af8 Import TLJH only when needed in conftest.py 2018-11-13 12:35:41 -08:00
yuvipanda
5374f5eaf5 Provide better error message when running on unsupported distro 2018-11-13 12:35:41 -08:00
yuvipanda
03e8ce1550 Exit when tljh-config is called as non-root
- Previously, we only printed warning and did not exit
- Split the warning over two lines rather than one
- -E is not required for tljh-config anymore (since it is in
  /usr/bin, not /usr/local/bin), so do not ask users to use it.
  https://github.com/jupyterhub/the-littlest-jupyterhub/pull/135
  is the PR that made this change, and changed documentation in
  most places.
2018-11-13 12:30:36 -08:00
Yuvi Panda
1d23c3fa2e Merge pull request #224 from minrk/fix-config-format
consolidate yaml configuration
2018-11-13 11:01:42 -08:00
Fred Mitchell
498a1cbd40 Update custom-server.rst 2018-11-03 17:29:30 -04:00
Chris Holdgraf
6461084279 Merge pull request #227 from RULCSoft/master
Removed duplicate 'the' in docs
2018-11-02 16:16:26 -07:00
Jorge Vallecillo
d48f754bdb Removed duplicate 'the' in docs 2018-11-02 15:42:12 -06:00
Min RK
d331936812 consolidate yaml configuration
workaround ruamel.yaml issue 255,
where once an empty dict or list has been written,
'flow' style is used thereafter, using dense `{key: value}` form
instead of traditional yaml block style.
2018-11-01 11:34:16 +01:00
Fred Mitchell
1cb30f8ee0 Update custom-server.rst 2018-10-30 17:38:20 -04:00
Yuvi Panda
d79155380a Merge pull request #215 from yuvipanda/upgrade
Upgrade package versions
2018-10-29 13:35:56 -07:00
yuvipanda
0cef2fb21f Add docs on packages in TLJH 2018-10-29 12:15:46 -07:00
yuvipanda
4accfd0465 Upgrade package versions
Upgrades following packages:

- JupyterHub
- JupyterLab
- Notebook
- nteract
2018-10-29 11:19:16 -07:00
Gillian Newton
37b57ce346 Update tljh-config.rst 2018-10-28 21:13:54 -04:00
Min RK
6cc2cfdc67 Merge pull request #209 from anyushevai/non-root
add warning if tljh-config is called as non-root user
2018-10-25 10:12:31 +02:00
Gillian Newton
f5812fe9b3 Merge pull request #1 from gillybops/remove-config-values-in-the-littlest-jupyterhub-#203
remove-config-values
2018-10-24 21:09:02 -04:00
Gillian Newton
08f1aca292 Create remove-config-values 2018-10-24 20:31:31 -04:00
Min RK
60ab68d299 Update tljh/config.py
Co-Authored-By: anyushevai <irina.anyusheva@gmail.com>
2018-10-24 18:13:03 +03:00
Chris Holdgraf
ac06f64224 Update tljh/config.py
Co-Authored-By: anyushevai <irina.anyusheva@gmail.com>
2018-10-24 12:56:47 +03:00
anyushevai
12aaf382aa early check if it was called as non-root user 2018-10-23 23:45:33 +03:00
anyushevai
35309d13d0 add warning & abort if tljh-config is called as non-root user 2018-10-21 23:55:47 +03:00
Tim Head
544d0b3f4b Merge pull request #205 from choldgraf/theme
updating theme and storing docs artifacts
2018-10-18 07:23:23 +02:00
Chris Holdgraf
138c3b2b70 updating theme and storing docs artifacts 2018-10-17 21:16:30 -07:00
Min RK
280b1696a9 Merge pull request #202 from betatim/no-mem-limit-cont
No memory limit (continued)
2018-10-15 16:50:59 +02:00
Tim Head
c67f34daca Add tests for per user memory limit 2018-10-15 16:31:16 +02:00
Tim Head
cff22b5b5c Add sentence to docs about default CPU and RAM limits 2018-10-15 15:56:03 +02:00
yuvipanda
0812b1c5d1 Don't set a memory limit by default
Users should set up their own memory limits after install.
Better than a surprise when they try using more than 1G.
2018-10-15 15:53:39 +02:00