From 337300979be64efdfc657e066f4aaf312f195e91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9mi=20V=C3=A1nyi?= Date: Sun, 9 Jul 2017 22:04:34 +0200 Subject: [PATCH] add missing generated files --- _sources/dev/install/installation.txt | 2 ++ dev/quickstart.html | 12 +++++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/_sources/dev/install/installation.txt b/_sources/dev/install/installation.txt index b02718fe..e1ae3f2a 100644 --- a/_sources/dev/install/installation.txt +++ b/_sources/dev/install/installation.txt @@ -99,6 +99,8 @@ this content: single-interpreter = true master = true plugin = python + lazy-apps = true + enable-threads = true # Module to import module = searx.webapp diff --git a/dev/quickstart.html b/dev/quickstart.html index 5e646a1d..be44764f 100644 --- a/dev/quickstart.html +++ b/dev/quickstart.html @@ -109,20 +109,22 @@ Node has to be installed.

Tips for debugging/developmentΒΆ

-
    +
    1. Turn on debug logging
      -
      Whether you are working on a new engine or trying to eliminate a bug, it is always a good idea +

      Whether you are working on a new engine or trying to eliminate a bug, it is always a good idea to turn on debug logging. When debug logging is enabled a stack trace appears, instead of the cryptic Internal Server Error message. It can be turned on by setting -debug: False to debug: True in settings.yml.

      +debug: False to debug: True in settings.yml.

      +
    2. Run ./manage.sh tests before creating a PR.
      -
      Failing build on Travis is common because of PEP8 checks. So a new commit must be created +

      Failing build on Travis is common because of PEP8 checks. So a new commit must be created containing these format fixes. This phase can be skipped if ./manage.sh tests is run -locally before creating a PR.

      +locally before creating a PR.

      +