Hello: I did some changes for
https://tails.boum.org/contribute/build/website/ after a user was asking questions on the irc. I added the 'apt-get update' bit at the start because the person that asked could not figure that one out, and a suggestion at the end to copy the website folder to the Tor Browser folder, to be able to open it with the browser plz review! here the patch
From 501262497e5c6dd2cf4a9859fde489de8f2e1c26 Mon Sep 17 00:00:00 2001 From: Debian Live user <[email protected]> Date: Wed, 22 Apr 2015 07:40:49 +0000 Subject: [PATCH 10/10] updating the build wiki instructions --- wiki/src/contribute/build/website.mdwn | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/wiki/src/contribute/build/website.mdwn b/wiki/src/contribute/build/website.mdwn index e7d5d8b..11ac57d 100644 --- a/wiki/src/contribute/build/website.mdwn +++ b/wiki/src/contribute/build/website.mdwn @@ -2,7 +2,11 @@ Here is how to build the wiki offline. -First, install the dependencies: +If you have not done it before, update the repositories for Tails: + + sudo apt-get update + +Then install the dependencies: sudo apt-get install libyaml-perl libyaml-libyaml-perl po4a \ perlmagick libyaml-syck-perl ikiwiki @@ -19,5 +23,9 @@ You can now browse the files in ./config/chroot_local-includes/usr/share/doc/tails/website/ +Copy the folder to the Tor Browser folder to be able to open it with the Browser + + cp -r config/chroot_local-includes/usr/share/doc/tails/website/ /home/amnesia/Tor\ Browser/ + To accelerate the build, you can disable some languages by editing the parameter `po_slave_languages` in ikiwiki.setup. -- 1.7.10.4
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Tails-dev mailing list [email protected] https://mailman.boum.org/listinfo/tails-dev To unsubscribe from this list, send an empty email to [email protected].
