Commit Graph

71 Commits

Author SHA1 Message Date
YuviPanda
19bbcb8ba3 Try setting min. req to 1GB of RAM
Now that we only ship prebuilt jupyterlab extensions,
maybe this is ok?
2021-10-18 18:39:50 +05:30
Guillaume Garrigos
395e3da046 Reflect the fact that AWS free tier is not enough
The AWS free tier covers only a t2.micro instance, which is unsufficient (nowadays?) for installing TLJH.
2021-07-28 20:19:25 +02:00
YuviPanda
8fbb3c41f4 Note smallest AWS instance TLJH can run on
Fixes #670
2021-03-22 10:31:04 +05:30
Leonardo Uieda
606877d1f8 Own server install sets admin password in step 3
Fix the install instructions for own server setup where it said that 
the password was set in step 2 instead of 3.
2021-01-21 10:14:44 +00:00
GeorgianaElena
3483000cfb Bump memory again for integration tests 2020-11-04 12:20:37 +02:00
Joel Wilson
91c611993f Add link-following to all curl commands 2020-07-07 23:14:25 -05:00
Joel Wilson
6b74006271 add -L option to curl to follow redirect
to new bootstrap location
2020-06-29 08:08:49 -05:00
YuviPanda
a2e9706fa2 Use tljh.jupyter.org/bootstrap.py to get installer
- Shorter URL makes the horizontal scrollbar in the TLJH
  docs site much better!
- Shorter URLs are cooler
- This redirect is managed by readthedocs, with the interface
  available at https://readthedocs.org/dashboard/the-littlest-jupyterhub/redirects/
2020-06-25 18:22:28 +05:30
GeorgianaElena
3d431ada1b Document new memory limit 2020-05-29 13:03:22 +03:00
Seth Woodworth
c72fb786e6 Fixes 'availabe' > 'available' spelling in docs 2020-04-20 12:49:21 -04:00
GeorgianaElena
e6d340eb44 Document how to upgrade python for existing installs 2020-01-30 19:50:20 +02:00
GeorgianaElena
c6e6d6d4ae Document new minimum RAM requirement 2020-01-13 16:42:59 +02:00
Min RK
eb7b91a973 Merge pull request #468 from yuvipanda/pandas-theme
Switch to pandas theme
2019-12-03 10:02:19 +01:00
Chris Holdgraf
80f569cc2d updating index files 2019-11-26 18:42:42 -08:00
Yuvi Panda
94f747fd5d Update Amazon AMI selection step (#443)
Update Amazon AMI selection step
2019-11-12 15:18:20 -08:00
afonit
035e9a5eae add in python3-dev
When following these instructions I had a failure of:
```
In file included from src/docstrings.c:4:0:
    src/pycurl.h:4:10: fatal error: Python.h: No such file or directory
     #include <Python.h>
              ^~~~~~~~~~
    compilation terminated.
    error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
```

To resolve it I needed to install python3-dev
2019-11-06 10:41:42 -05:00
Tania Allard
3bcd1df49d 📝 Fixing the rst in docs 2019-10-28 12:35:06 +01:00
Tania Allard
fc1c2cd5da 📝 Add link to the Deploy to Azure button 2019-10-28 12:29:40 +01:00
Tania Allard
8e1adc9c24 Fix typos and minor issues 2019-10-28 12:20:07 +01:00
Tania Allard
f5c9f852fc 📝 Fix rst in Azure docs 2019-10-21 12:12:58 +01:00
Tania Allard
285eb6d9ff 📝 Update Azure docs and how to's
Add details on decomissioning and updated images
2019-10-21 11:43:48 +01:00
Tania Allard
c0b1a0b798 📝 Update Azure docs
Add note on resource group and fix typo
2019-10-19 16:34:12 +01:00
fomightez
387a39ccd4 reflect current AWS offerrings for AMI step 2019-10-04 14:05:25 -04:00
ptcane
688e183d6b Update amazon.rst
with -> without
2019-08-23 12:13:06 +01:00
Nicolas Fernandez
b4a213afe5 fixing typo (remove "can add rules") in amazon.rst 2019-07-09 22:49:12 -04:00
Jeremy Tuloup
0853450bb5 Fix typo: missing "c" for instance
For the OVH guide.
2019-06-13 16:12:33 +02:00
Jeremy Tuloup
4b58e13bad Add Tutorial for OVH 2019-06-13 13:20:03 +02:00
Yuvi Panda
97d3c3a9e0 Merge pull request #342 from trallard/tania-azure-docs
Add instructions to deploy on Azure
2019-05-24 12:55:08 -07:00
yuvipanda
e1ddb326fb azure: Fix rst linting errors 2019-05-24 12:33:42 -07:00
Tania Allard
666683e1bc Minor rst edits 2019-05-23 11:37:26 +01:00
Tania Allard
51e19d7bc5 Add link to memory calculation 2019-05-23 11:34:07 +01:00
Tania Allard
4b139d1f4a Tackle PR comments 2019-05-23 11:30:50 +01:00
Chris Holdgraf
a54f104d1d Merge pull request #335 from yuvipanda/ci-ram
Limit memory available in integration tests
2019-05-22 14:10:50 -07:00
Chris Holdgraf
7dcb9cac6d Merge pull request #329 from yuvipanda/custom-server-fixes
Minor cleanup of custom server install documents
2019-05-22 14:09:49 -07:00
Tania Allard
0a3a2d39ae Fix .rst
Fix .rst
2019-05-22 09:55:01 +01:00
Tania Allard
17a161d13f Merge remote-tracking branch 'upstream/master' into tania-azure-docs 2019-05-21 12:52:21 +01:00
Tania Allard
9016c30494 Move Delete/Stop instructions to the "howto" folder 2019-05-21 10:46:05 +01:00
Tania Allard
a23bd0ba04 Update instructions in Azure 2019-05-21 10:36:53 +01:00
Tania Allard
0ab6ddbec8 Update docs to match default style 2019-05-21 10:21:16 +01: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
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
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
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
Michael
979b36c4d1 Updates from code review 2019-04-14 21:25:38 +01:00
Michael Robinson
f03b48baaf Add AWS system log and update text 2019-03-20 13:45:16 +00:00