Webcalendar install on debian 12.8.0 #521
Larbi75
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Here my setup:
Here the steps i made:
apt install --no-install-recommends -y php8.2 php8.2-{imagick,bcmath,bz2,gmp,pdo,common,mbstring,gettext,fileinfo,gd,curl,fpm,xml,zip,pgsql,mysqli,intl} unzip openssl sudo git gnupg imagemagick
PHP8.2 setup
For PostgreSQL:
Setup Postgresql:
Webcalendar v1.3.0 development edition (same as Version:1.9.12):
I needed to modify /var/www/webcalendar/includes/classes/WebCalendar.php (line 945) to avoid a blank page issue
Replace
by
Nginx:
Nginx configuration (/etc/nginx/sites-available/webcalendar.conf):
Then
Open a browser at http://WEBCALENDAR_SERVER_IP}/webcalendar/install/index.php
then follow the instructions
if you have issue, delete /var/www/webcalendar/includes/settings.php file and do again the configuration process.
When successfuly finish go to http://WEBCALENDAR_SERVER_IP/webcalendar
Basic Webcalendar setting:
Hope it can help someone
Regards
Beta Was this translation helpful? Give feedback.
All reactions