diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -4,9 +4,15 @@ GNUnet Website | |||
4 | 4 | ||
5 | Sourcecode for https://gnunet.org created from the https://taler.net code base. | 5 | Sourcecode for https://gnunet.org created from the https://taler.net code base. |
6 | 6 | ||
7 | Requires python3-jinja2, python3-babel, and gettext. | 7 | Requirements |
8 | ------------ | ||
9 | - python3 modules: | ||
10 | - python3-jinja2, python3-babel | ||
11 | - python3 interpreter: | ||
12 | - python 3.7 (although any 3.x version should work) | ||
13 | - gettext | ||
14 | - sassc, to compile the stylesheets | ||
8 | 15 | ||
9 | The currently supported python3 version is python 3.7. | ||
10 | 16 | ||
11 | Run "make" to build the HTML. | 17 | Run "make" to build the HTML. |
12 | If you experience a failure related to a python module, run | 18 | If you experience a failure related to a python module, run |
@@ -14,6 +20,9 @@ If you experience a failure related to a python module, run | |||
14 | 20 | ||
15 | Expect it to show up in rendered/en/ and other language folders. | 21 | Expect it to show up in rendered/en/ and other language folders. |
16 | 22 | ||
23 | Run the following to start a python webserver: | ||
24 | BROWSER=firefox make run | ||
25 | |||
17 | Layout / how this comes to be | 26 | Layout / how this comes to be |
18 | ============================= | 27 | ============================= |
19 | 28 | ||