mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Merge pull request #327 from yuvipanda/not-in-laptop
Add note about not running on your own laptop or in Docker
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
.. _contributing_dev_setup:
|
.. _contributing/dev-setup:
|
||||||
|
|
||||||
==================================
|
==================================
|
||||||
Setting up Development Environment
|
Setting up Development Environment
|
||||||
|
|||||||
@@ -4,11 +4,21 @@
|
|||||||
Installing on your own server
|
Installing on your own server
|
||||||
=============================
|
=============================
|
||||||
|
|
||||||
|
|
||||||
|
Follow this guide if your cloud provider doesn't have a direct tutorial, or
|
||||||
|
you are setting this up on a bare metal server.
|
||||||
|
|
||||||
|
.. warning::
|
||||||
|
|
||||||
|
Do **not** install TLJH directly on your laptop or personal computer!
|
||||||
|
It will most likely open up exploitable security holes when run directly
|
||||||
|
on your personal computer.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
You should use this if your cloud provider does not already have a direct tutorial,
|
Running TLJH *inside* a docker container is not supported, since we depend
|
||||||
or if you have experience setting up servers.
|
on systemd. If you want to run TLJH locally for development, see
|
||||||
|
:ref:`contributing/dev-setup`.
|
||||||
|
|
||||||
Goal
|
Goal
|
||||||
====
|
====
|
||||||
|
|||||||
Reference in New Issue
Block a user