Hello,

I wrote before about the lafs_giab.py script which simplifies
creating, configuring, and launching a local self-contained "grid in a
box".  This is useful when you want to setup a throw-away grid to test
interaction with the webapi or other front-ends, and it's probably
useful for other scenarios.

Today I've given it a home on PyPI and packaging metadata, so now you
can install it with:

  $ pip install lafs-giab

This will attempt to install allmydata-tahoe, which is a dependency.
However, there's currently a bug [1] which prevents installing
allmydata-tahoe in a pristine python environment.  The work-around is
to first install twisted, so in a pristine environment this works:

  $ pip install twisted
  $ pip install lafs-giab # -or allmydata-tahoe

The primary README, revision control, and issue tickets live here:

https://github.com/nejucomo/lafs-giab

Regards,
nejucomo

refs:

[1] https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2032

The bug is actually in the Nevow dependency, which we plan to remove
as a dependency.
_______________________________________________
tahoe-dev mailing list
tahoe-dev@tahoe-lafs.org
https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev

Reply via email to