Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "DebianPackaging" page has been changed by EricEvans. The comment on this change is: packaging now in-tree. http://wiki.apache.org/cassandra/DebianPackaging?action=diff&rev1=6&rev2=7 -------------------------------------------------- - == Unofficial Debian Package == + == Official Debian Package == To install on Debian or Debian derivatives, use the following sources: @@ -13, +13 @@ * The configuration files are located in /etc/cassandra * Start-up options (heap size, etc) can be configured in /etc/default/cassandra - == Building == - The Debian packaging is kept in branches of a repository on [[http://github.com|Github]]. ''Note: The packaging branches share no ancestry with cassandra''. - - {{{ - # Install build dependencies. - sudo aptitude install build-essential fakeroot git-buildpackage debhelper \ - openjdk-6-jdk ant - - # Get the source from git.apache.org (or optionally: git://github.com/apache/cassandra.git) - git clone git://git.apache.org/cassandra && cd cassandra - - # Add the debian packaging repo as a remote. - git remote add debian git://github.com/eevans/cassandra.git && git fetch debian - - # Assuming a build based on the 0.5 branch ... - git checkout -b build-0.5 debian/debian-0.5 - git merge origin/cassandra-0.5 - git-buildpackage --git-upstream-branch=origin/cassandra-0.5 \ - --git-debian-branch=build-0.5 -rfakeroot -us -uc - - # Assuming a build based on trunk ... - git checkout -b build-trunk debian/debian-trunk - git merge origin/trunk - git-buildpackage --git-upstream-branch=origin/trunk --git-debian-branch=build-trunk \ - -rfakeroot -us -uc - }}} -
