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.