Ruby mogilefs-client 3.12.2
[ruby-mogilefs-client.git] / README
bloba1245ecd2e562ae888710e828d4609e95cb53067
1 = mogilefs-client - MogileFS client library for Ruby
3 A MogileFS client library for Ruby.  MogileFS is an open source
4 distributed filesystem, see:
5 https://github.com/mogilefs/MogileFS-Server/wiki for more
6 details.  This library allows any Ruby application to read,
7 write and delete files in a MogileFS instance.
9 == Links
11 rdoc :: https://yhbt.net/mogilefs-client
12 mogilefs :: git clone https://github.com/mogilefs/MogileFS-Server
13 list :: mailto:mogilefs-client-public@yhbt.net
14 list-cc :: mailto:mogile@googlegroups.com
15 list-archive :: https://yhbt.net/mogilefs-client-public
16 repo :: https://yhbt.net/mogilefs-client.git
17 gitweb :: http://repo.or.cz/w/ruby-mogilefs-client.git
18 download :: https://yhbt.net/mogilefs-client/files/
20 == Install
22 First you need a MogileFS 2.x installation.  You can find information on
23 how to do that at https://github.com/mogilefs/MogileFS-Server/wiki
25 Then install the RubyGem:
27   $ gem install mogilefs-client
29 This library supports Ruby 1.8.7 and later, but Ruby 1.9.3 is
30 recommended.  No other libraries are required on the client.
32 == Usage
34 See MogileFS::MogileFS
36 == Contact
38 Feedback (bug reports, user/development discussion, patches, pull
39 requests) are greatly appreciated and handled via email to a public
40 inbox.  HTML email is considered spam and discarded.  No subscription
41 is required or available to post:
43         mogilefs-client-public@yhbt.net
45 Users of anonymous remailers and other anonymity tools are welcome.
46 Participants will never be asked to reveal their identity.
48 List archives: https://yhbt.net/mogilefs-client-public/
50 We may also piggy-back onto the public MogileFS mailing list at
51 mogile@googlegroups.com for feedback (subscription required,
52 unfortunately)
54 Do not expect us to read HTML mail under any circumstances.
56 == WARNING!
58 This client is only supported in HTTP mode.  NFS mode was previously
59 supported in 1.3.x, but since MogileFS 2.x dropped support for NFS
60 in in 2006, this client does not support it.