summaryrefslogtreecommitdiffstats
path: root/extras/Solaris/README
diff options
context:
space:
mode:
authorHarshavardhana <harsha@gluster.com>2010-07-23 17:38:26 +0000
committerAnand V. Avati <avati@dev.gluster.com>2010-08-16 03:38:37 -0700
commitb53bdce3ea4a73c6dd974f3d3e4d67d94a0b7186 (patch)
tree3fcffcb3476d90072e9b457a9475e165408d9fb1 /extras/Solaris/README
parentf5137bf755542f4ea28d4fce3c659c1b9ec38647 (diff)
Add Solaris Packaging manifest
* script to build the package * init script for starting glusterfs server * pkginfo manifest and updated copyright. * options file which is read to take additional arguments to glusterfs server. Signed-off-by: Harshavardhana <harsha@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 1212 (Add solaris building manifest) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1212
Diffstat (limited to 'extras/Solaris/README')
-rw-r--r--extras/Solaris/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/extras/Solaris/README b/extras/Solaris/README
new file mode 100644
index 00000000000..d027398f9fd
--- /dev/null
+++ b/extras/Solaris/README
@@ -0,0 +1,13 @@
+
+INSTRUCTIONS: Preparing Gluster packages for Solaris
+
+To produce a package:
+
+* Type sh make-gluster-pkg.sh
+
+The package will be created in the /tmp directory.
+
+By default, the package will be built to install glusterfs in /opt/glusterfs
+To change the default, modify the INSTALL_BASE variable in make-gluster-pkg.sh
+
+Change the version for each build example: VERSION=3.0.6 in make-gluster-pkg.sh \ No newline at end of file