Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
Zarafa quick install script
(view source)
Revision as of 21:07, 7 December 2013
27 bytes added
,
21:07, 7 December 2013
m
Make installation directory a variable
Line 1,221:
Line 1,221:
clear
clear
# Start of the actual script
# Start of the actual script
−
# Setting Zarafa and Z-Push Version numbers,
and
detect SME Server major version and architecture
+
# Setting Zarafa and Z-Push Version numbers, detect SME Server major version and architecture
and set install directory
ZVERSION=7.0.15-42709
ZVERSION=7.0.15-42709
PUSHVERSION=2.1.1-1788
PUSHVERSION=2.1.1-1788
+
INSTALLDIR=/root/install/zarafa
if [ `$(cat /etc/redhat-release|grep -o 8` = "8"); then
if [ `$(cat /etc/redhat-release|grep -o 8` = "8"); then
RHV=5
RHV=5
Line 1,234:
Line 1,235:
CPUARCH=i386
CPUARCH=i386
fi
fi
−
mkdir -p
/root/install/zarafa
+
mkdir -p
$INSTALLDIR
−
cd
/root/install/zarafa
+
cd
$INSTALLDIR
wget http://zarafa-deutschland.de/z-push-download/final/2.1/z-push-$PUSHVERSION.tar.gz
wget http://zarafa-deutschland.de/z-push-download/final/2.1/z-push-$PUSHVERSION.tar.gz
wget http://download.zarafa.com/community/final/7.0/$ZVERSION/zcp-$ZVERSION-rhel-$RHV-$CPUARCH-free.tar.gz
wget http://download.zarafa.com/community/final/7.0/$ZVERSION/zcp-$ZVERSION-rhel-$RHV-$CPUARCH-free.tar.gz
−
tar -zxvf
/root/install/zarafa
/z-push-$PUSHVERSION.tar.gz -C /usr/share
+
tar -zxvf
$INSTALLDIR
/z-push-$PUSHVERSION.tar.gz -C /usr/share
mv /usr/share/z-push-$PUSHVERSION /usr/share/z-push
mv /usr/share/z-push-$PUSHVERSION /usr/share/z-push
tar -zxvf zcp-$ZVERSION-rhel-$CPUARCH-free.tar.gz
tar -zxvf zcp-$ZVERSION-rhel-$CPUARCH-free.tar.gz
RequestedDeletion
3,704
edits
Navigation menu
Personal tools
Log in
Namespaces
Page
Discussion
Variants
Views
Read
View source
View history
More
Search
Koozali SME Server
Main Page
Welcome
Releases
Testimonials
Documentation
SME Server FAQ
Volunteering
Commercial Support
Recent activities
Dashboard
Recent wiki changes
Recent bug changes
Unread Forum posts
Koozali resources
Contribs
How-To's
Forums
Bugzilla
Mailing Lists
Translations
Download
Koozali SME Server wiki
Wiki statistics
Wiki categories
Wiki Help
Koozali Wiki Help
Tools
Special pages
Printable version