summaryrefslogtreecommitdiffhomepage
path: root/debian/README.Debian
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-02-11 11:52:46 +0100
committerRoland Reichwein <mail@reichwein.it>2023-02-11 11:52:46 +0100
commitbfd4e0d1e4924d24cc4b43417e59af923b9c3e5f (patch)
tree3897c634265d06c983033bf69d62786efdcce282 /debian/README.Debian
parent4c4a001cacd9c3e1c2552dbcaf50165091a82ac1 (diff)
Added debian/ infrastructure
Diffstat (limited to 'debian/README.Debian')
-rw-r--r--debian/README.Debian45
1 files changed, 45 insertions, 0 deletions
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
+
+ <path requested="/blog">
+ <plugin>fcgi</plugin>
+ <target>::1:9091</target>
+ </path>
+
+* 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 <mail@reichwein.it>
+