~ampelbein/ubuntu/oneiric/heartbeat/lp-770743

« back to all changes in this revision

Viewing changes to README.in

  • Committer: Bazaar Package Importer
  • Author(s): Ante Karamatic
  • Date: 2010-02-17 21:59:18 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100217215918-06paxph5do4saw8v
Tags: 3.0.2-0ubuntu1
* New upstream release
* Drop hard dep on pacemaker for heartbet; moved to Recommends
* debian/heartbeat.install:
  - follow upstream changes
* debian/control:
  - added docbook-xsl and xsltproc to build depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Hi,
2
1
 
3
2
Welcome to the linux-ha project source tree.
4
3
 
5
 
There is a little documentation on setting things up for a HA failover
6
 
system in the doc directory.  The following things are among the more
7
 
interesting docs:
8
 
        GettingStarted.html             HardwareGuide.html
9
 
        Requirements.html               faqntips.html
10
 
        nice_failback.txt               rsync.html
11
 
 
12
 
For building the system:
13
 
 
14
 
If you have no idea what to do, then you should probably use the ConfigureMe
15
 
to configure (and make, install, package, etc.) the software.  ConfigureMe
16
 
makes some educated guesses on how linux-ha ought to be installed by
17
 
default on the current system type.
18
 
 
19
 
If you have played with autoconf/automake packages before, then you can use
20
 
the bootstrap script, or configure, etc. like normal.
21
 
 
22
 
Due to the way that init directories are handled by heartbeat,
23
 
make distcheck can be problematic. The following should allow
24
 
this to run successfully, noting that gmake is often available
25
 
as make:
26
 
 
27
 
gmake DESTDIR="$PWD/heartbeat-@VERSION@/=inst" distcheck
28
 
 
29
 
For more information on the project, see the web site at linux-ha.org.
30
 
Information on joining mailing lists can be found at
31
 
        http://linux-ha.org/contact/
32
 
 
33
 
 
34
 
        Enjoy!
35
 
 
36
 
 
37
 
        -- The Linux-Ha development team
 
4
For building instructions and other documentation,
 
5
please refer to http://linux-ha.org/wiki/Documentation
 
6
 
 
7
You will most likely also need the Pacemaker Cluster Resource Manager,
 
8
see http://clusterlabs.org/wiki/Documentation
 
9
 
 
10
Please see also: doc/README
 
11