Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about not running on your own laptop or in Docker #327

Merged
merged 2 commits into from
May 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/contributing/dev-setup.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _contributing_dev_setup:
.. _contributing/dev-setup:

==================================
Setting up Development Environment
Expand Down
16 changes: 13 additions & 3 deletions docs/install/custom-server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,21 @@
Installing on your own server
=============================

.. note::

You should use this if your cloud provider does not already have a direct tutorial,
or if you have experience setting up servers.
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::

Running TLJH *inside* a docker container is not supported, since we depend
on systemd. If you want to run TLJH locally for development, see
:ref:`contributing/dev-setup`.

Goal
====
Expand Down