[tahoe-dev] how to run the tahoe-lafs in another computer without internet?

Greg Troxel gdt at ir.bbn.com
Tue Apr 3 16:35:11 UTC 2012


  Tahoe-LAFS requires a package named "zope.interface". You may be able
  to install that package using the operating system's package manager,
  or from the Python Package Index ¹, or you could download a
  "tahoe-deps" tarball from tahoe-lafs.org ², which includes
  zope.interface as well as all other packages that Tahoe-LAFS needs. If
  you get the "SUMO" release from the Tahoe-LAFS releases ³, then that
  comes with a copy of the tahoe-deps packages already in place.

Or, you could use pkgsrc (pkgsrc.org); after you have built tahoe and
dependencies on a system, you can install them on a machine with the
same os/arch.  Or, you can run a command (make fetch-list) on the
non-connected machine to get a shell script that will grab all the
needed tarballs, bring the script out, download, and bring the bits in,
and then build.  The pkgsrc process goes to some effort to avoid
downloading things during package build other than via the download
process above.   This may be harder than what you want to get into, but
it's a general approach to disconnected machines.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 194 bytes
Desc: not available
URL: <http://tahoe-lafs.org/pipermail/tahoe-dev/attachments/20120403/f37fb821/attachment.pgp>


More information about the tahoe-dev mailing list