From 1ac385be27e6c320cdb2df075162816456f92368 Mon Sep 17 00:00:00 2001 From: Khushboo Vashi Date: Thu, 1 Feb 2024 14:37:09 +0530 Subject: [PATCH] Update documentation for creating the configuration database. --- docs/en_US/server_deployment.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en_US/server_deployment.rst b/docs/en_US/server_deployment.rst index f1b896de4..afb8a5adf 100644 --- a/docs/en_US/server_deployment.rst +++ b/docs/en_US/server_deployment.rst @@ -103,7 +103,7 @@ In order to configure the Python code, follow these steps: .. code-block:: bash - # python setup.py + # python setup.py setup-db 5. Change the ownership of the configuration database to the user that the web server processes will run as, for example, assuming that the web server runs as user @@ -312,4 +312,4 @@ Additional Information relies on the *sys.executable* variable in Python to do this. In some cases, you may need to override that value to ensure the correct interpreter is used, instead of the WSGI host process. For example, uWSGI offers the - *--py-sys-executable* command line option to achieve this. \ No newline at end of file + *--py-sys-executable* command line option to achieve this.