LINUX.ORG.RU

История изменений

Исправление chemtech, (текущая версия) :

Сделал:

bash yum -y install yum-plugin-copr

yum copr enable antonpatsev/static-server-in-dir

yum -y install static-server-in-dir

export HTTP_SERVER_DIR=`pwd`

systemctl import-environment HTTP_SERVER_DIR

systemctl start static-server-in-dir

Исправление chemtech, :

Сделал:

```bash yum -y install yum-plugin-copr

yum copr enable antonpatsev/static-server-in-dir

yum -y install static-server-in-dir

export HTTP_SERVER_DIR=`pwd`

systemctl import-environment HTTP_SERVER_DIR

systemctl start static-server-in-dir ```

Исходная версия chemtech, :

Сделал: ```bash yum -y install yum-plugin-copr

yum copr enable antonpatsev/static-server-in-dir

yum -y install static-server-in-dir

export HTTP_SERVER_DIR=`pwd`

systemctl import-environment HTTP_SERVER_DIR

systemctl start static-server-in-dir ```