]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
readme v0.2
authorSage Weil <sage@newdream.net>
Wed, 7 May 2008 21:32:55 +0000 (14:32 -0700)
committerSage Weil <sage@newdream.net>
Wed, 7 May 2008 21:32:55 +0000 (14:32 -0700)
README

diff --git a/README b/README
index 8e6ae07e975fe977f23de9fe4de32cea4fa9b81d..457d30c14a97aca25feb10830b09644f480d1091 100644 (file)
--- 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/