diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-12-13 15:20:33 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-12-13 15:20:33 +0100 |
commit | dc94a1d4c0755b2d66ef3094156cb98f8f27591c (patch) | |
tree | 7679db522584ed42d0a91da901733efcf2952a4f /docs | |
parent | c8d2b19c85ab473f67a8450f01eaeab13beaa392 (diff) | |
download | searxng-dc94a1d4c0755b2d66ef3094156cb98f8f27591c.tar.gz searxng-dc94a1d4c0755b2d66ef3094156cb98f8f27591c.zip |
[doc] add a tip about how to brand and stash a searx instance setup
BTW: drop a trailing whitespace
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/admin/installation.rst | 8 | ||||
-rw-r--r-- | docs/utils/index.rst | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/docs/admin/installation.rst b/docs/admin/installation.rst index ccf24b4d6..4a301ecf8 100644 --- a/docs/admin/installation.rst +++ b/docs/admin/installation.rst @@ -71,3 +71,11 @@ If all services are running fine, you can add it to your HTTP server: - :ref:`installation apache` - :ref:`installation nginx` +.. _git stash: https://git-scm.com/docs/git-stash + +.. tip:: + + About script's installation options have a look at chapter :ref:`toolboxing + setup`. How to brand your instance see chapter :ref:`makefile setup`. To + *stash* your instance's setup, `git stash`_ your clone's :origin:`Makefile` + and :origin:`.config.sh` file . diff --git a/docs/utils/index.rst b/docs/utils/index.rst index 3c7387875..ada78cef3 100644 --- a/docs/utils/index.rst +++ b/docs/utils/index.rst @@ -41,7 +41,7 @@ Scripts to maintain services often dispose of common commands and environments. <lxc-searx.env>` use :: sudo -H ./utils/lxc.sh cmd -- FORCE_TIMEOUT=0 ./utils/filtron.sh apache install - + .. _toolboxing setup: Tooling box setup |