diff --git a/doc/installation/v1.7/centos.md b/doc/installation/v1.7/centos.md new file mode 100644 index 0000000000000000000000000000000000000000..e440e2ae5ba60d3926f71bf3dbb16ad839ce5674 --- /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 1930977135cd01370172d2bef6cc38153a5d65a8..fa9e13cb92756043ff6b984da5e3f1a8d6334914 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