Updated Installation without Docker (markdown)

Dante4 2024-07-16 18:15:26 +03:00
parent ba8ce31ca8
commit 4818900bf9

@ -2,6 +2,7 @@
This guide may help the few users who do not wish to use Docker. Please note that this guide may be incomplete or out of date. Additionally, this guide assumes Arch Linux (or Ubuntu 24.04). Although exact instructions for other distributions are different, the steps stay roughly the same. This guide may help the few users who do not wish to use Docker. Please note that this guide may be incomplete or out of date. Additionally, this guide assumes Arch Linux (or Ubuntu 24.04). Although exact instructions for other distributions are different, the steps stay roughly the same.
If you meet problem check Dockerfile for server and client. If you meet problem check Dockerfile for server and client.
(@dante4 As of 16.07.2024 I were unable to make szurubooru run while using non-EoL libraries, and even with all correct version the system just gives error 500. If you are gonna use szurubooru as private gallery - use docker)
### Installing hard dependencies ### Installing hard dependencies
@ -63,8 +64,6 @@ pip3 install "SQLAlchemy>=1.0.12, <1.4"
pip3 install yt-dlp pip3 install yt-dlp
pip3 install pillow-avif-plugin pip3 install pillow-avif-plugin
pip3 install freezegun pip3 install freezegun
pip3 install pytest
pip3 install pytest-postgresql
``` ```