From 3b58db16ce384949f409dd6842eb4c212b8903a8 Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Tue, 1 Jul 2014 20:09:12 -0700 Subject: [PATCH] INSTALL: add a note about disabling the frontend --- INSTALL.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/INSTALL.rst b/INSTALL.rst index 659ee77..3684eeb 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -90,6 +90,12 @@ device ID printout): GACCOUNT_DEVICE_ID = 'REPLACE_ME' +If you do not want to run the frontend, add the following to the config file: + +.. code-block:: python + + GMP_FRONTEND_ENABLED = False + Once the config file is saved, the server can be started. .. code-block:: shell-session