From 12e984febee7c6ca7a23ffe3b63683116f8ec0f3 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Sat, 18 May 2019 14:06:16 -0700 Subject: [PATCH] Add note about not running on your own laptop Fixes #210 --- docs/install/custom-server.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/install/custom-server.rst b/docs/install/custom-server.rst index 651abce..2d3dc65 100644 --- a/docs/install/custom-server.rst +++ b/docs/install/custom-server.rst @@ -4,11 +4,15 @@ 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. Goal ====