From bfd4e0d1e4924d24cc4b43417e59af923b9c3e5f Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 11 Feb 2023 11:52:46 +0100 Subject: Added debian/ infrastructure --- debian/README.Debian | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 debian/README.Debian (limited to 'debian/README.Debian') diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..27fd5b1 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,45 @@ +weblog for Debian +================= + +This package is the Debian version of weblog. + +It is an FCGI application communicating to a webserver, e.g. Reichwein.IT webserver. + + +Configuration +------------- + +* You can add this to /etc/webserver.conf + + + fcgi + ::1:9091 + + +* Edit /etc/weblog.conf to adjust the weblog data path if different + from /var/lib/whiteboard + +* Enable: + + # systemctl enable weblog.service + +* Start: + + # systemctl start weblog + +* Stop: + + # systemctl stop weblog + +* Query Status: + + # systemctl status weblog + + and observe /var/log/syslog + + +Contact +------- + +Reichwein IT + -- cgit v1.2.3