mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
update install docs
This commit is contained in:
parent
eb94db5fe9
commit
1394d7baad
2 changed files with 6 additions and 1 deletions
|
@ -18,7 +18,11 @@
|
||||||
|
|
||||||
## Setup Database
|
## Setup Database
|
||||||
|
|
||||||
#### Install postgresql 16
|
#### Install postgresql
|
||||||
|
|
||||||
|
PieFed should work on version 13.x or newer. If you have errors running `flask init-db`, check your postrgesql version.
|
||||||
|
|
||||||
|
##### Install postgresql 16:
|
||||||
|
|
||||||
For installation environments that use 'apt' as a package manager:
|
For installation environments that use 'apt' as a package manager:
|
||||||
|
|
||||||
|
|
|
@ -30,3 +30,4 @@ redis==5.0.1
|
||||||
Werkzeug==2.3.3
|
Werkzeug==2.3.3
|
||||||
pytesseract==0.3.10
|
pytesseract==0.3.10
|
||||||
sentry-sdk==1.40.6
|
sentry-sdk==1.40.6
|
||||||
|
urllib3==1.26.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue