Commit Graph

88 Commits

Author SHA1 Message Date
Zooko O'Whielacronx
941b7378f2 README: reflow to 80 cols 2007-09-24 13:07:32 -07:00
Zooko O'Whielacronx
068de695ef README: use 8123 instead of 8080/8443 as the example port numbers
If people follow the example, I'd like for them to land on an otherwise
little-claimed port number in case we standardize on it in order to facilitate
exchange of URLs.
2007-09-24 11:55:24 -07:00
Zooko O'Whielacronx
d12a26b85d README: fix/update description of allmydata-tahoe 2007-09-24 11:54:17 -07:00
Zooko O'Whielacronx
298d347186 README: fix bug in which How To Build was omitted from The Running-In-Place Way to install. 2007-09-24 11:41:40 -07:00
Zooko O'Whielacronx
40ff59b21c README: fix bug in which pywin32 was mentioned as easy_installable 2007-09-24 11:41:24 -07:00
Zooko O'Whielacronx
e4aa204b41 README: add notes about how to use easy_install for dependencies 2007-09-23 05:47:11 -07:00
Zooko O'Whielacronx
8a5abef4d0 README: update on how to test and how to run tahoe after installation 2007-09-21 13:57:25 -07:00
Zooko O'Whielacronx
0383973dd3 README: demote The Debian Way 2007-09-21 13:42:57 -07:00
Zooko O'Whielacronx
aff7e8d436 setup: alas, pywin32 doesn't actually work as an easy_install; also make dependency missing errors more useful 2007-09-21 13:40:28 -07:00
Zooko O'Whielacronx
43f500d146 README: further clarity about when you need to acquire source and when you don't 2007-09-21 12:04:01 -07:00
Zooko O'Whielacronx
d53babdf9d README: explain when you need to download source and when you don't 2007-09-21 11:53:56 -07:00
Zooko O'Whielacronx
708fb4f643 README: point to new location of wiki/SetuptoolsAndGNUStow 2007-09-21 09:43:45 -07:00
Zooko O'Whielacronx
4ccad6adad README: explain the new packaging system
Happily, the README is now shorter and simpler.
2007-09-20 19:32:54 -07:00
Brian Warner
1f035a8f1f setup.py: factor out dependency stuff, add workaround for nevow-0.6.0-on-dapper problem 2007-09-15 15:05:35 -07:00
Brian Warner
6a9040198c README: nevow is now automatically handled by build-deps/install 2007-09-15 14:19:45 -07:00
Zooko O'Whielacronx
67a3b5f79d README: it works on Python 2.4 on Windows 2007-09-13 19:17:30 -07:00
Brian Warner
b75276af00 packaging: add 'build-deps' target, to automatically build and install (locally, in ./support) necessary dependencies. All such installed files are used during tests. 2007-09-12 16:48:45 -07:00
Brian Warner
1c27cc3ea8 packaging: move to setuptools 2007-09-12 16:02:53 -07:00
Zooko O'Whielacronx
f4b5fbc418 README: update the wording of the "LICENCE" section to more closely follow FSF recommendations 2007-09-12 11:31:57 -07:00
Brian Warner
0fe1205789 storage: replace sqlite with in-share lease records 2007-09-02 14:47:15 -07:00
Brian Warner
2a63fe8b01 deletion phase3: add a sqlite database to track renew/cancel-lease secrets, implement renew/cancel_lease (but nobody calls them yet). Also, move the shares from BASEDIR/storage/* down to BASEDIR/storage/shares/* 2007-08-27 23:41:40 -07:00
Zooko O'Whielacronx
b3d89b1439 README: update wording of licence 2007-08-23 13:51:30 -07:00
Brian Warner
9c1a9d8959 README: updated debian-packaging section a bit, replace dapper with etch 2007-08-21 17:07:25 -07:00
Brian Warner
b7703df6a5 remove PyCrypto, copy AES/SHA256/Util.number into the allmydata/ tree 2007-08-14 13:57:41 -07:00
Brian Warner
8b1e53b248 README: update/clarify the build-depends packages need to create .debs 2007-08-16 20:30:07 -07:00
wilcoxjg
db073791b9 /twistd.log -> /logs/twistd.log 2007-08-08 20:53:28 -07:00
Zooko O'Whielacronx
57800e84b4 README: formatting (line-wrapping) of arch_o_median's edits to README 2007-08-08 20:47:42 -07:00
wilcoxjg
d7c842c4a9 changed README to inslude simplejson in "The Python Way" install 2007-08-08 20:43:40 -07:00
wilcoxjg
29ab6c6467 edited README "The Python Way" installs to /usr/bin 2007-08-08 20:32:09 -07:00
Zooko O'Whielacronx
ac74e6d4c9 README: clarify/edit build, install, and test instructions 2007-08-08 20:44:58 -07:00
Zooko O'Whielacronx
8c2ba22ad5 clarify licence 2007-08-08 20:44:42 -07:00
Zooko O'Whielacronx
42b919f79e README: point people to allmydata.org if they are looking for precompiled packages 2007-08-08 20:44:03 -07:00
Zooko O'Whielacronx
7add1b7efc README: edit to arch_o_median's contribution re: installing the Python way 2007-08-08 20:32:45 -07:00
Zooko O'Whielacronx
f599a4433e README: add note about what "darcs get" will do and how to run "darcs pull" 2007-08-08 20:28:32 -07:00
wilcoxjg
c5af444399 changed README install "Python Way" section 2007-08-08 20:00:35 -07:00
Zooko O'Whielacronx
9a8abab722 require setuptools >= 0.6c6 on cygwin, and >= 0.6a9 on other platforms
Earlier I tried 0.6a9 (which comes in .deb format on Dapper) and something
didn't work, so I raised it to 0.6c3.  However, I didn't make a note of what
failed, and so now I'm hoping that what failed was cygwin-specific.  Anyway,
everyone look out for setuptools compatibility problems on the your favorite
platform (and I'll check the buildslaves), and we'll raise the required version
as little as possible and only on the problematic platform.
2007-08-07 14:15:54 -07:00
Zooko O'Whielacronx
5f88cf500e update README to reflect existence of "make install" target 2007-08-07 12:13:24 -07:00
Zooko O'Whielacronx
dbc7fd2494 update README to reflect requirement of setuptools 0.6c6 2007-08-07 12:12:59 -07:00
robk-org
8b2c5dcd15 added notes on pywin32 version support to README 2007-06-13 13:09:36 -07:00
Zooko O'Whielacronx
cfc6013c5c edit README and require Nevow 0.9.18
If anybody out there is running with Nevow < v0.9.18 and wants to vouch for it, then we can relax that requirement.
2007-06-29 15:33:38 -07:00
Zooko O'Whielacronx
2a9ea4a0d4 some edits to the README 2007-06-11 09:40:54 -07:00
Brian Warner
0e3358e508 README: mention strports-ness of NODE/webport, closes #55 2007-06-06 09:49:18 -07:00
Zooko O'Whielacronx
a2970cf7c1 fix handling of local_ip file and rename it to advertised_ip_addresses and document it in README 2007-05-22 14:01:40 -07:00
Zooko O'Whielacronx
3d1adf6d30 update docs, remove extraneous licence text, sort module names in import statement
closes #46 ?
2007-05-21 13:42:51 -07:00
Brian Warner
78e537de0c README: mention the additional included libraries (zfec, foolscap, pycrypto) 2007-05-15 18:13:02 -07:00
Zooko O'Whielacronx
17b31a6e82 update README concerning dependent libraries that the user has to install 2007-05-16 08:34:33 -07:00
Zooko O'Whielacronx
d41e944beb re-re-factored the download and install instructions
Now the instructions about how to download debian packages live on a separate
page of the wiki instead of on the front page or in the README.  The README is
only about building from source.  The front page contains pointers to those two
other pages (the debiandownloadpage and the README).
2007-05-02 12:54:26 -07:00
Zooko O'Whielacronx
6a8361b48b fix the TESTING THAT IT IS PROPERLY INSTALLED section
My oh-so-useful test subject here skipped that section because he thought it was part of a section that he was finished with.
2007-05-01 23:42:01 -07:00
Zooko O'Whielacronx
4d0fc0db03 fix README on how to install The Debian Way 2007-05-01 23:38:39 -07:00
Zooko O'Whielacronx
4ecd603a99 clarify instructions on how to get build dependencies for debian
My test subject here didn't used "locate" to find something named
"debian/control" somewhere on his filesystem...  :-)
2007-05-01 23:16:06 -07:00