summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2008-05-07 14:32:55 -0700
committerSage Weil <sage@newdream.net>2008-05-07 14:32:55 -0700
commit2b5f76f48e9188eaff3e092ce6b8020741da12d3 (patch)
tree80f7b76215a1381a9dfaeba5e584c2c0cdc79736 /README
parent7f9f1ea81a29106db43fc1034d8af2467526cef1 (diff)
downloadceph-2b5f76f48e9188eaff3e092ce6b8020741da12d3.tar.gz
readmev0.2
Diffstat (limited to 'README')
-rw-r--r--README26
1 files changed, 24 insertions, 2 deletions
diff --git a/README b/README
index 8e6ae07e975..457d30c14a9 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/