From 65dc75a10473a4f5b5b606c6a2b4e24b7e93fa01 Mon Sep 17 00:00:00 2001 From: David Schmitz <schmitz@lrz.de> Date: Fri, 16 Sep 2022 09:09:34 +0000 Subject: [PATCH] doc: add draft for installation on CENTOS (Docker container) --- doc/installation/v1.7/centos.md | 18 ++++++++++++++++++ doc/installation/v1.7/debian_ubuntu.md | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 doc/installation/v1.7/centos.md diff --git a/doc/installation/v1.7/centos.md b/doc/installation/v1.7/centos.md new file mode 100644 index 00000000..e440e2ae --- /dev/null +++ b/doc/installation/v1.7/centos.md @@ -0,0 +1,18 @@ +# Installation on CENTOS + +For the installation on CENTOS, +there is ./install-centos.sh, currently mainly used for installation inside a Docker container. +Currently, it understands several command line switches: + +- --fod_dir DIRNAME : specify FoD run-time directory, where FoD files are to be copied and to be run from +- --venv_dir DIRNAME : specify where Python virtualenv used by FoD will be located +- --base-dir DIRNAME : specify base directory where FoD run-time directory and virtualenv directory will be sub directories +- --here : do not copy FoD files into a separate FoD run-time directory, but instead install and make to run from current directory (probably not so useful for production) + +- --basesw : only install FoD dependencies (OS packages + Python Pip packages in virtualenv directory), do not install and setup FoD run-time directory +- --fodproper : skip installing FoD dependencies, only install and setup FoD run-time directory + + + + + diff --git a/doc/installation/v1.7/debian_ubuntu.md b/doc/installation/v1.7/debian_ubuntu.md index 19309771..fa9e13cb 100644 --- a/doc/installation/v1.7/debian_ubuntu.md +++ b/doc/installation/v1.7/debian_ubuntu.md @@ -3,7 +3,7 @@ For the installation on recent DEBIAN or UBUNTU, e.g., UBUNTU focal (20.04), there is ./install-debian.sh . -It understands several command liane switches: +It understands several command line switches: - --fod_dir DIRNAME : specify FoD run-time directory, where FoD files are to be copied and to be run from - --venv_dir DIRNAME : specify where Python virtualenv used by FoD will be located -- GitLab