summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2022-12-09 17:47:48 +0100
committerStefan Kügel <skuegel@web.de>2022-12-09 17:47:48 +0100
commitdd1244af547fa7f0dae8ffdf37c9d2c331686eb8 (patch)
tree27b2a55a60566f1abc0805c1dc79e17584d8c4ed /INSTALL
parent70bbd6cc79f75f208fa88347186be0470adb797e (diff)
downloadwww-dd1244af547fa7f0dae8ffdf37c9d2c331686eb8.tar.gz
www-dd1244af547fa7f0dae8ffdf37c9d2c331686eb8.tar.bz2
www-dd1244af547fa7f0dae8ffdf37c9d2c331686eb8.zip
Removed superfluous INSTALL file.
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