summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 45dadf7d934334940c418e5e63c3055cf6be4b2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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