From: Sage Weil Date: Wed, 7 May 2008 21:32:55 +0000 (-0700) Subject: readme X-Git-Tag: v0.2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2b5f76f48e9188eaff3e092ce6b8020741da12d3;p=ceph.git readme --- diff --git a/README b/README index 8e6ae07e975f..457d30c14a97 100644 --- a/README +++ b/README @@ -1,10 +1,32 @@ Ceph - a scalable distributed file system ----------------------------------------- -Please see http://ceph.sourceforge.net/ for current info. +Please see http://ceph.newdream.net/ for current info. -INSTALL for basic build instructions. +---- +To build the Linux kernel client, + +$ cd src/kernel +$ make +or +$ make KERNELDIR=/path/to/linux +$ insmod ceph.ko +$ mount -t ceph 1.2.3.4:/ /mnt/ceph +... + +---- + +To build the server daemons, and FUSE client, + +$ ./autogen.sh +$ ./configure +$ cd src +$ make + +(Note that the FUSE client will only be built if libfuse is present.) + +---- A quick summary of binaries that will be built in src/