Merge branch 'sf4-install-marc' into 'sf4'

Deleting config for parameters.yml in the installation guide

See merge request Chill-project/chill-documentation!1
This commit is contained in:
Mathieu Jaumotte 2021-02-08 08:41:34 +00:00
commit 54240f81e8

View File

@ -45,8 +45,6 @@ Have a look at the variable in ``.env.dist`` and in ``app/config/parameters.yml.
1. copy the file as ``.env``: ``cp .env.dist .env`` 1. copy the file as ``.env``: ``cp .env.dist .env``
2. you may replace some variables inside ``.env`` 2. you may replace some variables inside ``.env``
3. copy the file ``parameters.yml.dist``: ``cp app/config/parameters.yml.dist app/config/parameters``
4. you may also replace some variables inside this file
**Note**: If you intend to use the bundle ``Chill-Doc-Store``, you will need to configure and install an openstack object storage container with temporary url middleware. You will have to configure `secret keys <https://docs.openstack.org/swift/latest/api/temporary_url_middleware.html#secret-keys>`_. **Note**: If you intend to use the bundle ``Chill-Doc-Store``, you will need to configure and install an openstack object storage container with temporary url middleware. You will have to configure `secret keys <https://docs.openstack.org/swift/latest/api/temporary_url_middleware.html#secret-keys>`_.