From 64100db9045ec712afbd8fa1becee14f7109921c Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 6 Aug 2023 16:39:00 +0200 Subject: [doc] improve documentation of make targets and ./manage script BTW force modularization of the ./mange script into sub modules: - utils/lib_sxng_data.sh - utils/lib_sxng_node.sh - utils/lib_sxng_static.sh - utils/lib_sxng_test.sh - utils/lib_sxng_themes.sh Signed-off-by: Markus Heiser --- docs/build-templates/filtron.rst | 53 ---------------------------------------- docs/build-templates/morty.rst | 53 ---------------------------------------- 2 files changed, 106 deletions(-) delete mode 100644 docs/build-templates/filtron.rst delete mode 100644 docs/build-templates/morty.rst (limited to 'docs/build-templates') diff --git a/docs/build-templates/filtron.rst b/docs/build-templates/filtron.rst deleted file mode 100644 index a858f7ddd..000000000 --- a/docs/build-templates/filtron.rst +++ /dev/null @@ -1,53 +0,0 @@ -.. START create user - -.. tabs:: - - .. group-tab:: bash - - .. code-block:: sh - - $ sudo -H useradd --shell /bin/bash --system \\ - --home-dir \"$SERVICE_HOME\" \\ - --comment \"Privacy-respecting metasearch engine\" $SERVICE_USER - - $ sudo -H mkdir \"$SERVICE_HOME\" - $ sudo -H chown -R \"$SERVICE_GROUP:$SERVICE_GROUP\" \"$SERVICE_HOME\" - -.. END create user - -.. START install go - -.. tabs:: - - .. group-tab:: os: linux / arch: amd64 - - - .. code-block:: bash - - $ cat > \"$GO_ENV\" <> ~/.profile - (${SERVICE_USER}) $ mkdir ${SERVICE_HOME}/local - (${SERVICE_USER}) $ wget --progress=bar -O \"${GO_VERSION}.linux-amd64.tar.gz\" \\ - \"${GO_DL_URL}/${GO_VERSION}.linux-amd64.tar.gz\" - (${SERVICE_USER}) $ tar -C ${SERVICE_HOME}/local -xzf \"${GO_VERSION}.linux-amd64.tar.gz\" - (${SERVICE_USER}) $ which go - ${SERVICE_HOME}/local/go/bin/go - -.. END install go - -.. START install filtron - -.. tabs:: - - .. group-tab:: bash - - .. code-block:: bash - - $ sudo -i -u \"${SERVICE_USER}\" - (${SERVICE_USER}) $ go get -v -u github.com/searxng/filtron - -.. END install filtron diff --git a/docs/build-templates/morty.rst b/docs/build-templates/morty.rst deleted file mode 100644 index b03a54f96..000000000 --- a/docs/build-templates/morty.rst +++ /dev/null @@ -1,53 +0,0 @@ -.. START create user - -.. tabs:: - - .. group-tab:: bash - - .. code-block:: sh - - $ sudo -H useradd --shell /bin/bash --system \\ - --home-dir \"$SERVICE_HOME\" \\ - --comment \"Privacy-respecting metasearch engine\" $SERVICE_USER - - $ sudo -H mkdir \"$SERVICE_HOME\" - $ sudo -H chown -R \"$SERVICE_GROUP:$SERVICE_GROUP\" \"$SERVICE_HOME\" - -.. END create user - -.. START install go - -.. tabs:: - - .. group-tab:: os: linux / arch: amd64 - - - .. code-block:: bash - - $ cat > \"$GO_ENV\" <> ~/.profile - (${SERVICE_USER}) $ mkdir ${SERVICE_HOME}/local - (${SERVICE_USER}) $ wget --progress=bar -O \"${GO_VERSION}.linux-amd64.tar.gz\" \\ - \"${GO_DL_URL}/${GO_VERSION}.linux-amd64.tar.gz\" - (${SERVICE_USER}) $ tar -C ${SERVICE_HOME}/local -xzf \"${GO_VERSION}.linux-amd64.tar.gz\" - (${SERVICE_USER}) $ which go - ${SERVICE_HOME}/local/go/bin/go - -.. END install go - -.. START install morty - -.. tabs:: - - .. group-tab:: bash - - .. code-block:: bash - - $ sudo -i -u \"${SERVICE_USER}\" - (${SERVICE_USER}) $ go get -v -u github.com/asciimoo/morty - -.. END install morty -- cgit v1.2.3