aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorrexxnor <rexxnor+gnunet@brief.li>2019-08-21 07:05:29 +0200
committerrexxnor <rexxnor+gnunet@brief.li>2019-08-21 07:05:29 +0200
commit97e4878c2ebdf650c8a535e937fe1b44836c5912 (patch)
tree90000fdf765c8824246a09abf1d5a498638540f2 /template
parentf596811c46ca1f37c64b972545c001d682c77be4 (diff)
parent62c39ba3438b2a1e9b90502de8fa9dd767f5cc6f (diff)
downloadwww-97e4878c2ebdf650c8a535e937fe1b44836c5912.tar.gz
www-97e4878c2ebdf650c8a535e937fe1b44836c5912.zip
Merge branch 'master' into stable
Diffstat (limited to 'template')
-rw-r--r--template/install-on-archpi.html.j22
-rw-r--r--template/install-on-debian9.html.j210
2 files changed, 6 insertions, 6 deletions
diff --git a/template/install-on-archpi.html.j2 b/template/install-on-archpi.html.j2
index dd205da9..00c8dc50 100644
--- a/template/install-on-archpi.html.j2
+++ b/template/install-on-archpi.html.j2
@@ -71,7 +71,7 @@
71 $ ./bootstrap<br> 71 $ ./bootstrap<br>
72 $ export GNUNET_PREFIX=/usr # for example, other locations possible 72 $ export GNUNET_PREFIX=/usr # for example, other locations possible
73 $ export CFLAGS="-g -Wall -O0"<br> 73 $ export CFLAGS="-g -Wall -O0"<br>
74 $ ./configure --prefix=$GNUNET_PREFIX --disable-documentation --with-gnunet=$GNUNET_PREFIX<br> 74 $ ./configure --prefix=$GNUNET_PREFIX --with-gnunet=$GNUNET_PREFIX<br>
75 $ make -j$(nproc || echo -n 1)<br> 75 $ make -j$(nproc || echo -n 1)<br>
76 $ sudo make install 76 $ sudo make install
77 </code> 77 </code>
diff --git a/template/install-on-debian9.html.j2 b/template/install-on-debian9.html.j2
index 63e2a3f8..bff94a06 100644
--- a/template/install-on-debian9.html.j2
+++ b/template/install-on-debian9.html.j2
@@ -99,7 +99,7 @@
99 debug symbols that can be displayed with a debugger). Otherwise choose the 99 debug symbols that can be displayed with a debugger). Otherwise choose the
100 production version. 100 production version.
101 </p> 101 </p>
102 102
103 <h3>{{ _("Option 1: GNUnet for testing / usage") }}</h3> 103 <h3>{{ _("Option 1: GNUnet for testing / usage") }}</h3>
104 104
105 <code> 105 <code>
@@ -138,11 +138,11 @@
138 $ ./bootstrap<br> 138 $ ./bootstrap<br>
139 $ export GNUNET_PREFIX=/usr/local # for example, other locations possible</br> 139 $ export GNUNET_PREFIX=/usr/local # for example, other locations possible</br>
140 $ export CFLAGS="-g -Wall -O0"<br> 140 $ export CFLAGS="-g -Wall -O0"<br>
141 $ ./configure --prefix=$GNUNET_PREFIX --disable-documentation --with-gnunet=$GNUNET_PREFIX<br> 141 $ ./configure --prefix=$GNUNET_PREFIX --with-gnunet=$GNUNET_PREFIX<br>
142 $ make -j$(nproc || echo -n 1)<br> 142 $ make -j$(nproc || echo -n 1)<br>
143 $ sudo make install 143 $ sudo make install
144 </code> 144 </code>
145 <p> 145 <p>
146 Since we added our user to the group gnunet, we need to call the following command (or alternatively log out and log in again) to make the membership effective: 146 Since we added our user to the group gnunet, we need to call the following command (or alternatively log out and log in again) to make the membership effective:
147 </p> 147 </p>
148 <code> 148 <code>
@@ -217,12 +217,12 @@
217 $ mkdir -p ~/.config 217 $ mkdir -p ~/.config
218 $ touch ~/.config/gnunet.conf 218 $ touch ~/.config/gnunet.conf
219 </code> 219 </code>
220 220
221 <p> 221 <p>
222 Now we created the configuration file. Please check the handbook for a first <a href="https://docs.gnunet.org/handbook/gnunet.html#Minimal-configuration">minimal configuration</a>. But in general, we dont need to configure anything in particular for now. 222 Now we created the configuration file. Please check the handbook for a first <a href="https://docs.gnunet.org/handbook/gnunet.html#Minimal-configuration">minimal configuration</a>. But in general, we dont need to configure anything in particular for now.
223 </p> 223 </p>
224 224
225To go on, please <a href="https://gnunet.org/en/use.html">move over here</a>: 225To go on, please <a href="https://gnunet.org/en/use.html">move over here</a>:
226 226
227 <h2>{{ _("Use GNUnet!") }}</h2> 227 <h2>{{ _("Use GNUnet!") }}</h2>
228 <p> 228 <p>