Skip to content
oza edited this page Dec 30, 2011 · 17 revisions

Welcome to Accord Wiki!

Getting Started

For debian package based systems:

$ sudo aptitude install corosync libcorosync-dev libdb4.8-dev

For RPM package based systems:

$ sudo yum install corosynclib-devel db4-devel

If your distribution doesn't provide the corosync packages, or you prefer to compile from source:

$ svn co http://svn.fedorahosted.org/svn/corosync/branches/flatiron
$ cd flatiron
$ ./autogen.sh
$ ./configure
$ sudo make install
$ cd ..

see also: https://github.com/collie/sheepdog/wiki/Corosync-config

Roadmap

  1. Implementing ZooKeeper Proxy
  2. Adding servers without reboot.
  3. RHEL 5 support
  4. Pluggable Storage

Mailing list and IRC channel

Currently, Accord project uses sheepdog ML.

Project Members