Skip to content

Commit

Permalink
INSTALL: add a note about disabling the frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jul 4, 2014
1 parent 64bd57d commit 3b58db1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b58db1

Please sign in to comment.