Skip to content

Commit

Permalink
minor docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
clbarnes committed Feb 21, 2024
1 parent 6f27a7d commit 3911170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sphinx-doc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Introduction
The most fundamental dependencies of CATMAID are:

1. PostgreSQL 13+ and PostGIS 3.1 (PostgreSQL 14 and PostGIS 3.2 is recommended)
2. CPython 3.8, 3.9 or PyPy3.8 (CPython 3.8 is recommended)
2. CPython 3.8, 3.9, 3.10 or PyPy3.8 (CPython 3.10 is recommended)

To get the required PostgreSQL version for Debian-based systems, such as
Ubuntu, you have to add the official Postgres repository as an
Expand Down Expand Up @@ -151,7 +151,7 @@ database called ``catmaid`` and a database user called
``catmaid_user``. Firstly, we need to reconfigure PostgreSQL to
allow password-based authentication for that user to that
database. To do that, edit the file
``/etc/postgresql/13/main/pg_hba.conf`` and add this line as the
``/etc/postgresql/13/main/pg_hba.conf`` (or replace ``13`` with your postgres version) and add this line as the
*first* rule in that file::

local catmaid catmaid_user md5
Expand Down

0 comments on commit 3911170

Please sign in to comment.