summaryrefslogtreecommitdiff
path: root/README
blob: ab7c65f638172fe52098ce7ed7ccaedd4fe7da5e (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
34
Building
--------

For Debian:
===========
Simply install:

# apt-install python3-ruamel.yaml python3-jinja2 python3-babel git node-typescript

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.


If you are using NetBSD:
========================

Install python3.7, py37-babel, npm, nodejs from pkgsrc.

Adjust the values in config.mk:

       PYTHON=python3.7
       BABEL=pybabel-3.7

npm install typescript
Add the node_module's bin to your $PATH for the typescript binary.
make submodules/init
make submodules/update
make

If you installed typescript in $HOME:
PATH=$HOME/node_modules/.bin/:$PATH env BROWSER=firefox make run
to run the website