summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-07-14 15:23:41 +0200
committerSebastian Schmelzer2011-07-14 15:23:41 +0200
commitd3cb5ed54623b42c15384fa80a622bef043f529c (patch)
treeb0df2aecbcd9e9d7a6effeefd7784dd7c6fb283c /README
downloadnbd-broker-d3cb5ed54623b42c15384fa80a622bef043f529c.tar.gz
nbd-broker-d3cb5ed54623b42c15384fa80a622bef043f529c.tar.xz
nbd-broker-d3cb5ed54623b42c15384fa80a622bef043f529c.zip
initial import
Diffstat (limited to 'README')
-rw-r--r--README36
1 files changed, 36 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..2a6c07e
--- /dev/null
+++ b/README
@@ -0,0 +1,36 @@
+**** Installation Guide (Debian/Ubuntu/Suse) ****
+
+*** Prerequisites ***
+
+The following packages are required:
+
+Client:
+ gearman-tools
+ libgearman4
+ libgearman-dev
+ nbd-client
+ cmake
+
+Server additionally:
+ gearman-job-server
+ nbd-server
+
+
+*** Installation ***
+
+Change to the root folder nbd-broker and enter:
+ mkdir -p build
+ cd build/
+ cmake ..
+ make
+
+If you succeed, all binaries are located at build/
+So change the current directory with:
+ cd build/
+
+As superuser (root) you can install the application on your system:
+ make install
+
+
+If you have any feedback please consult http://feedback.openslx.org/ and
+send your suggestions, praise, or complaints to feedback@openslx.org \ No newline at end of file