Tahoe Commands

Submitted by code_admin on Wed, 07/11/2018 - 18:39

Install

sudo python setup.py build
sudo python setup.py test
bin/tahoe --version

Setup

Introducor
Goto introducer directory and type:
/srv/tahoe/prog/allmydata-tahoe-1.5.0/bin/tahoe create-introducer .
Then start it

Client Node

Start the intorducor:
/srv/tahoe/prog/allmydata-tahoe-1.5.0/bin/tahoe start /srv/tahoe/introducor
Now create the client:
/srv/tahoe/prog/allmydata-tahoe-1.5.0/bin/tahoe create-client /srv/tahoe/storage
copy intorducor.furl
cp /srv/tahoe/introducor/introducer.furl /srv/tahoe/storage/introducer.furl
Edit tahoe.cfg, change web.port line from
web.port = tcp:3456:interface=127.0.0.1
to
web.port = tcp:3456:interface=192.168.123.159
Finally start it
/srv/tahoe/prog/allmydata-tahoe-1.5.0/bin/tahoe start /srv/tahoe/storage

Running

Instructions

Introducer

See run.sh script

RJM Article Type
Work Notes