aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-12-09 20:08:58 +0100
committerChristian Grothoff <christian@grothoff.org>2022-12-09 20:08:58 +0100
commit256f6aa9f3c37bf0088b84b8af0d8143ff59deac (patch)
tree20b869494fd7ae1bc389a2f7e582382e0454e00d /INSTALL
parent6f4b91195f6d7773ba1bb258eb01c7651d9e19e7 (diff)
parent4ce9d966805d17008c3c84abd8a2f1a2df9a0ea6 (diff)
downloadwww-256f6aa9f3c37bf0088b84b8af0d8143ff59deac.tar.gz
www-256f6aa9f3c37bf0088b84b8af0d8143ff59deac.tar.bz2
www-256f6aa9f3c37bf0088b84b8af0d8143ff59deac.zip
Merge branch 'master' into stable
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL33
1 files changed, 0 insertions, 33 deletions
diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index 45dadf7d..00000000
--- a/INSTALL
+++ /dev/null
@@ -1,33 +0,0 @@
-Installation instructions
--------------------------
-
-For Debian:
-===========
-
-Simply install:
-
-# apt-install python3-ruamel.yaml python3-jinja2 python3-babel git
-
-Then invoke "bootstrap" and "configure". You must pass
-"--prefix=$P" and "--variant=$V" for some values of
-$P and $V to configure. The actual Web site
-will be installed at $P/$V.
-
-
-For NetBSD:
-===========
-
-Install python3.7, py37-babel, npm, nodejs from pkgsrc.
-
-Adjust the values in config.mk:
-
- PYTHON=python3.7
- BABEL=pybabel-3.7
-
-make submodules/init
-make submodules/update
-make
-
-Use
-env BROWSER=firefox make run
-to run the website