commit 455732089fdb730b58ce3c76ceb5024a7a669fb6
parent 4859fa995a7be83c11a3e7b587708d8acc9a8893
Author: ugrnm <ugrnm@web>
Date: Fri, 22 May 2026 18:45:16 +0200
consolidating setup info
Diffstat:
1 file changed, 33 insertions(+), 0 deletions(-)
diff --git a/installing.mdwn b/installing.mdwn
@@ -1,3 +1,36 @@
+**TODO: better structure with [[eik]] page and other similar infra info.**
+
+How does the actual site work?
+------------------------------
+
+This site and a few other Permacomputing sites run on a small (1GB) VPS generously donated by [[Servus|https://core.servus.at/]]. The physical hardware is located in the [[Statdwerkstatt|https://stwst.at/]] in Linz, Austria.
+
+We strive to make the site reflect the principles we articulate here, so you probably notice a somewhat "bare bones" design with very few images and no custom fonts or fancy interactive features.
+
+The site uses a [[static site generator]] to build HTML versions of the pages only when they are edited. The only dynamic components are the editing and search functions. For our system administration, this makes things much simpler to understand and maintain.
+
+
+HTTP vs HTTPS
+-------------
+
+It is possible to consult this wiki on port 80, that is to say using <code>http://</code> instead of <code>https://</code>. The reason to keep providing such access is to allow modest but capable computers, as well as simple/legacy browsers, to access the content. Note that when registering, authenticating or editing, you will be redirected to port 443, <code>https://</code>.
+
+
+Local/Offline copies
+--------------------
+
+We use [[ikiwiki]] as wiki compiler. This wiki exists in fact as a collection of plaintext source files that are automatically turned into static HTML files whenever an edit is made to these source files.
+
+Because these plaintext source files and HTLM files are very portable and easy to copy, you are encouraged to have local copies in order to be less dependent on [[WWW]] or individual server installations.
+
+See [[cloning]] to learn how to make local/offline copies.
+
+
+Install Notes
+-------------
+
+If you are curious how this was all installed and configured, we took some notes on [[this page|installing]].
+
These install notes make the following assumptions: Debian OS, nginx, fcgi-wrap, stagit. Also these are notes, not all the steps are provided, such as restarting nginx, enabling https, etc.
## Base installation