I am new in ceph. I am trying to install particular version of ceph from source code on ubuntu 14.04. I follow ceph documentation. There're 2 installation mode there which is installing from ceph directory and create a tarball.
I've tried install from the build directory,I install ceph from the build directory by run sudo make install
and ceph place on usr/local/bin
. but I got problem if i modify the code and recompile. if I have 3 VM, I've to recompile to all of those VM.
And now I am using a tarball of ceph. However, I did not find any guideline to install it from tarball source inside the documentation
what should I do after I get the tarball of ceph and how to install it? advices are very appreciated.