diff options
author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-11-19 11:46:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-19 11:46:29 +0100 |
commit | e82e37ce6dffe2796b0fae63d893ad637c2be37b (patch) | |
tree | 49689668e8de24b0a2d244b227467da4db5be22d /docs/build-templates | |
parent | 55737a219b0c91882a7d512312cc8f545108f8e8 (diff) | |
parent | 1dae0c0be09d5c9e287bdea6aa5bf7ec4f4782ec (diff) | |
download | searxng-e82e37ce6dffe2796b0fae63d893ad637c2be37b.tar.gz searxng-e82e37ce6dffe2796b0fae63d893ad637c2be37b.zip |
Merge pull request #515 from return42/doc-theme
Various modification of the documentation and the theme sphinx-theme
Diffstat (limited to 'docs/build-templates')
-rw-r--r-- | docs/build-templates/searx.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/build-templates/searx.rst b/docs/build-templates/searx.rst index bea7fa5e0..626cce6bd 100644 --- a/docs/build-templates/searx.rst +++ b/docs/build-templates/searx.rst @@ -72,7 +72,7 @@ ${fedora_build} .. END create user -.. START clone searx +.. START clone searxng .. tabs:: @@ -83,7 +83,7 @@ ${fedora_build} $ sudo -H -u ${SERVICE_USER} -i (${SERVICE_USER})$ git clone \"$GIT_URL\" \"$SEARX_SRC\" -.. END clone searx +.. END clone searxng .. START create virtualenv @@ -118,14 +118,14 @@ ${fedora_build} pip install -U wheel pip install -U pyyaml - # jump to searx's working tree and install SearXNG into virtualenv + # jump to SearXNG's working tree and install SearXNG into virtualenv (${SERVICE_USER})$ cd \"$SEARX_SRC\" (${SERVICE_USER})$ pip install -e . .. END manage.sh update_packages -.. START searx config +.. START searxng config .. tabs:: @@ -153,9 +153,9 @@ ${fedora_build} $ sudo -H sed -i -e \"s/ultrasecretkey/\$(openssl rand -hex 16)/g\" \"$SEARXNG_SETTINGS_PATH\" -.. END searx config +.. END searxng config -.. START check searx installation +.. START check searxng installation .. tabs:: @@ -206,4 +206,4 @@ container or in a script, test with curl: HTTP/1.0 200 OK ... -.. END check searx installation +.. END check searxng installation |