From d172c8c1814d227b7b623b47ff9fc13c565e5be9 Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 1 Oct 2013 20:38:17 +0200 Subject: add client-installation for tahoe --- cholerab/tahoe/client_installation | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 cholerab/tahoe/client_installation (limited to 'cholerab/tahoe/client_installation') diff --git a/cholerab/tahoe/client_installation b/cholerab/tahoe/client_installation new file mode 100644 index 00000000..14a23c80 --- /dev/null +++ b/cholerab/tahoe/client_installation @@ -0,0 +1,15 @@ +#?/bin/sh +# Tahoe installation +pacman -S python2 python2-pip +pip install pyasn1 zfec pycrypto zbase32 pycryptopp twisted +pip install allmydata-tahoe + +# tahoe configuration +tahoe create-client +# replace introducer.furl = None with the one from pigstarter/tahoe/introducer.furl +sed -i "s#^introducer\.furl.*#introducer.furl = $(curl pigstarter/tahoe/introducer.furl)#" $HOME/.tahoe/tahoe.cfg +# you also might want to change shares.needed to 2 , shares.happy to 3 and shares.total to 6 +echo "krebs: " >> $HOME/.tahoe/private/aliases + +tahoe start +tahoe ls krebs: -- cgit v1.2.3 From 086fc99399d8d90e41999fdf2251b051dd3fc9ca Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 1 Oct 2013 22:41:28 +0200 Subject: update documentation for tahoe service --- cholerab/tahoe/client_installation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cholerab/tahoe/client_installation') diff --git a/cholerab/tahoe/client_installation b/cholerab/tahoe/client_installation index 14a23c80..dce3742a 100644 --- a/cholerab/tahoe/client_installation +++ b/cholerab/tahoe/client_installation @@ -1,6 +1,6 @@ #?/bin/sh # Tahoe installation -pacman -S python2 python2-pip +pacman -S python2 python2-pip net-tools pip install pyasn1 zfec pycrypto zbase32 pycryptopp twisted pip install allmydata-tahoe -- cgit v1.2.3