Line 1:
Line 1:
−
Work in progress, not working yet!
+
The below script will install the latest Zarafa 7.0, including dependencies and custom templates as per http://wiki.contribs.org/Zarafa_on_SME8
+
1. Log in as root and create an installation directory and move to that directory
+
+
2. Copy the below script and paste it into the installation directory as install-zarafa7.sh
+
+
3. Make install-zarafa.sh executable (chmod 755 install-zarafa7.sh)
+
+
4. Execute the script (./install-zarafa7.sh)
+
+
The script will take care of all downloads, templates and custom templates (as per the how-to) and will leave you at the point where you have to select language (UTF) and zarafa mechanism db or unix.
+
+
From there on you need to follow the how-to from here: http://wiki.contribs.org/Zarafa_on_SME8#Managing_Zarafa-users.2Fcompanies_:
+
+
+
install-zarafa7.sh
#!/bin/sh
#!/bin/sh
clear
clear
Line 31:
Line 45:
yum -y install php53-mapi --enablerepo=epel
yum -y install php53-mapi --enablerepo=epel
echo
echo
−
wget !!bugzilla location!!/zarafa-templates.tar.gz
+
wget http://bugs.contribs.org/attachment.cgi?id=3566
+
mv attachment.cgi?id=3566 zarafa-templates.tar.gz
tar xvf zarafa-templates.tar.gz
tar xvf zarafa-templates.tar.gz
cd templates
cd templates