From a58a7ce0f71d7273b3cb6d64947a2a0508601cfd Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Sun, 27 Jan 2019 13:03:55 +0000 Subject: [PATCH] Move note about DEBUG up into 3. --- docs/setup.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/setup.rst b/docs/setup.rst index b3550b3e9..6781bb8c0 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -77,16 +77,19 @@ Standard (Bare Metal) encrypt/decrypt the original documents. Don't worry about defining this if you don't want to use encryption (the default). + Note also that if you're using the ``runserver`` as mentioned below, you + should make sure that PAPERLESS_DEBUG="true" or is just commented out as + this is the default. + 4. Initialise the SQLite database with ``./manage.py migrate``. 5. Create a user for your Paperless instance with ``./manage.py createsuperuser``. Follow the prompts to create your user. 6. Start the webserver with ``./manage.py runserver :``. - If no specifc IP or port are given, the default is ``127.0.0.1:8000`` - also known as http://localhost:8000/. + If no specific IP or port is given, the default is ``127.0.0.1:8000`` also + known as http://localhost:8000/. You should now be able to visit your (empty) installation at `Paperless webserver`_ or whatever you chose before. You can login with the user/pass you created in #5. - If using runserver within /etc/paperless.conf make sure PAPERLESS_DEBUG="true" 7. In a separate window, change to the ``src`` directory in this repo again, but this time, you should start the consumer script with