Update documentation for creating the configuration database.
parent
8145e042a6
commit
1ac385be27
|
@ -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.
|
||||
*--py-sys-executable* command line option to achieve this.
|
||||
|
|
Loading…
Reference in New Issue