Skip to main content

Antragsgruen

guide for mariadb: https://docs.vultr.com/how-to-install-mariadb-on-ubuntu-24-04


old

Anleitung unter https://github.com/CatoTH/antragsgruen

if folder not writable: sudo chmod 777 /var/www/antragsgruen/

get the correct nodejs version: https://www.fosstechnix.com/install-nodejs-and-npm-on-ubuntu-24-04-lts/

open() "/run/nginx.pid" failed (13: Permission denied)

in nginx config change php-fpm.sock to /var/run/php/php8.3-fpm.sock and install this:

sudo apt-get install php8.3-fpm
sudo service nginx restart
sudo service php8.3:w
-fpm restart