diff options
Diffstat (limited to 'doc/administration/installation.rst')
-rw-r--r-- | doc/administration/installation.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/administration/installation.rst b/doc/administration/installation.rst index 4af0941..1b5d620 100644 --- a/doc/administration/installation.rst +++ b/doc/administration/installation.rst @@ -63,12 +63,12 @@ Before you can run Fietsboek, you need to adjust your configuration. See Setting up the Database ----------------------- -Fietsboek uses `alembic <https://alembic.sqlalchemy.org/en/latest/>`__ to -manage the database scheme. To set up the initial database, run +Fietsboek users the ``fietsupdate`` script to handle database migrations and +other update tasks. You can use it to set up the initial database schema: .. code:: bash - .venv/bin/alembic -c production.ini upgrade head + .venv/bin/fietsupdate update -c production.ini Adding an Administrator User ---------------------------- @@ -97,7 +97,7 @@ To run Fietsboek, simply run handle external traffic to Fietsboek! Fietsboek itself does not use SSL encryption for its traffic, and not - setting up a proper reverse proxy will put your user's data at risk! + setting up a proper reverse proxy will put your users' data at risk! The default server uses `waitress <https://docs.pylonsproject.org/projects/waitress/en/stable/index.html>`__ and |