diff --git a/muk_session_store/README.rst b/muk_session_store/README.rst index a17505f..5719ead 100644 --- a/muk_session_store/README.rst +++ b/muk_session_store/README.rst @@ -16,7 +16,7 @@ The requirements are only required if Redis is used as the session store. Redis ------------- -A interface to the Redis key-value store for Python. To install Redis please follow the +A interface to the Redis key-value store for Python. To install Redis please follow the `instructions `_ or install the library via pip. ``pip install redis`` @@ -36,7 +36,7 @@ Another way to install this module is via the package management for Python To install our modules using the package manager make sure `odoo-autodiscover `_ is installed -correctly. Note that for Odoo version 11.0 and later this is not necessary anymore. +correctly. Note that for Odoo version 11.0 and later this is not necessary anymore. Then open a console and install the module by entering the following command: ``pip install --extra-index-url https://nexus.mukit.at/repository/odoo/simple `` @@ -97,21 +97,21 @@ Configuration Since this module need to be activated even if no database is selected it should be loaded right at the server start. This can be done by editing the configuration file or passing a load parameter to the start script. - + Parameter: ``--load=web,muk_session_store`` The following fields can be modified in the config file: -**Store:** +**Store:** * session_store_database * session_store_redis -**Postgres:** +**Postgres:** * session_store_dbname -**Redis:** +**Redis:** * session_store_prefix * session_store_host diff --git a/muk_session_store/doc/index.rst b/muk_session_store/doc/index.rst index a17505f..5719ead 100644 --- a/muk_session_store/doc/index.rst +++ b/muk_session_store/doc/index.rst @@ -16,7 +16,7 @@ The requirements are only required if Redis is used as the session store. Redis ------------- -A interface to the Redis key-value store for Python. To install Redis please follow the +A interface to the Redis key-value store for Python. To install Redis please follow the `instructions `_ or install the library via pip. ``pip install redis`` @@ -36,7 +36,7 @@ Another way to install this module is via the package management for Python To install our modules using the package manager make sure `odoo-autodiscover `_ is installed -correctly. Note that for Odoo version 11.0 and later this is not necessary anymore. +correctly. Note that for Odoo version 11.0 and later this is not necessary anymore. Then open a console and install the module by entering the following command: ``pip install --extra-index-url https://nexus.mukit.at/repository/odoo/simple `` @@ -97,21 +97,21 @@ Configuration Since this module need to be activated even if no database is selected it should be loaded right at the server start. This can be done by editing the configuration file or passing a load parameter to the start script. - + Parameter: ``--load=web,muk_session_store`` The following fields can be modified in the config file: -**Store:** +**Store:** * session_store_database * session_store_redis -**Postgres:** +**Postgres:** * session_store_dbname -**Redis:** +**Redis:** * session_store_prefix * session_store_host