Skip to content
Snippets Groups Projects
Commit 65dc75a1 authored by David Schmitz's avatar David Schmitz
Browse files

doc: add draft for installation on CENTOS (Docker container)

parent 922ea769
No related branches found
No related tags found
No related merge requests found
# 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
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment