diff options
| author | Harshavardhana <harsha@gluster.com> | 2010-07-23 17:38:26 +0000 |
|---|---|---|
| committer | Anand V. Avati <avati@dev.gluster.com> | 2010-08-16 03:38:37 -0700 |
| commit | b53bdce3ea4a73c6dd974f3d3e4d67d94a0b7186 (patch) | |
| tree | 3fcffcb3476d90072e9b457a9475e165408d9fb1 /extras/Solaris/README | |
| parent | f5137bf755542f4ea28d4fce3c659c1b9ec38647 (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/README | 13 |
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 |
