/usr/share/doc/bucardo/README is in bucardo 5.4.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | Bucardo - a table-based replication system
DESCRIPTION:
------------
This is version 5.4.1 of Bucardo.
COPYRIGHT:
----------
Copyright (c) 2005-2015 Greg Sabino Mullane <greg@endpoint.com>
REQUIREMENTS:
-------------
build, test, and install Perl 5 (at least 5.8.3)
build, test, and install Postgres (at least 8.2)
build, test, and install the DBI module (at least 1.51)
build, test, and install the DBD::Pg module (at least 2.0.0)
build, test, and install the DBIx::Safe module (at least 1.2.4)
You must have at least one database that has Pl/Pgsql and Pl/Perl installed.
Target databases may need Pl/Pgsql.
INSTALLATION:
-------------
To install this module type the following:
perl Makefile.PL
make
make test (but see below first)
make install
EXAMPLES:
---------
See the test suite in the t/ subdirectory for some examples.
WEBSITE:
-------
Please visit http://bucardo.org for complete documentation.
DEVELOPMENT:
------------
To follow or participate in the development of Bucardo, use:
git clone git://bucardo.org/bucardo.git/
|