Line 4: |
Line 4: |
| | | |
| | | |
− | = INSTALLATION of Zarafa 7.0.x on SME8 = | + | = INSTALLATION of Zarafa on SME8 = |
− | == Search latest php53-mapi.rpm == | + | == VERSION 7.0.x == |
| + | === Search latest php53-mapi.rpm === |
| | | |
| SME8 uses PHP5.3<br> | | SME8 uses PHP5.3<br> |
Line 16: |
Line 17: |
| https://admin.fedoraproject.org/updates/search/php53-mapi? | | https://admin.fedoraproject.org/updates/search/php53-mapi? |
| | | |
− | == Set the epel-repository (incl. epel-testing) :== | + | === Set the epel-repository (incl. epel-testing) :=== |
| | | |
| /sbin/e-smith/db yum_repositories set epel repository \ | | /sbin/e-smith/db yum_repositories set epel repository \ |
Line 40: |
Line 41: |
| signal-event yum-modify | | signal-event yum-modify |
| | | |
− | == Download via the Zarafawebsite the package for ZCP corresponding with the php53-mapi.rpm (cf. version above) == | + | === Download via the Zarafawebsite the package for ZCP corresponding with the php53-mapi.rpm (cf. version above) === |
| | | |
| Make an installdirectory (ex. : /root/InstallZarafa) | | Make an installdirectory (ex. : /root/InstallZarafa) |
Line 58: |
Line 59: |
| The 'free'-version has the ability to connect with Microsoft Outlook (default 3 users for free, buy zarafa-CAL's if you want more). | | The 'free'-version has the ability to connect with Microsoft Outlook (default 3 users for free, buy zarafa-CAL's if you want more). |
| | | |
− | == Unpack the corresponding package for ZCP :== | + | === Unpack the corresponding package for ZCP :=== |
| | | |
| tar -zxvf zcp-* | | tar -zxvf zcp-* |
| | | |
− | == Remove the devel packages == | + | === Remove the devel packages === |
| Go (cd ./zcp-...) to the created subdirectory (zcp-...) : | | Go (cd ./zcp-...) to the created subdirectory (zcp-...) : |
| | | |
Line 70: |
Line 71: |
| Move the windows-directory to an installshare in your network | | Move the windows-directory to an installshare in your network |
| | | |
− | == Download the latest webapp.rpm too in the same subdirectory :== | + | === Download the latest webapp.rpm too in the same subdirectory :=== |
| | | |
| wget http://download.zarafa.com/community/final/WebApp/[version]/rhel/[zarafa-webapp-version.noarch.rpm] | | wget http://download.zarafa.com/community/final/WebApp/[version]/rhel/[zarafa-webapp-version.noarch.rpm] |
| | | |
− | == Install all rpm's in the unpacked package of ZCP and the webapp.rpm too :== | + | === Install all rpm's in the unpacked package of ZCP and the webapp.rpm too :=== |
| | | |
| yum localinstall *.rpm | | yum localinstall *.rpm |
Line 80: |
Line 81: |
| All packages have dependencies that cannot be resolved if you install only part of the rpm's. | | All packages have dependencies that cannot be resolved if you install only part of the rpm's. |
| | | |
− | == Remove the default php-mapi.rpm == | + | === Remove the default php-mapi.rpm === |
| | | |
| We have to remove the installation of the default php-mapi (because it's not built for php 5.3). | | We have to remove the installation of the default php-mapi (because it's not built for php 5.3). |
Line 86: |
Line 87: |
| rpm -e php-mapi --nodeps | | rpm -e php-mapi --nodeps |
| | | |
− | == Install the php53-mapi.rpm == | + | === Install the php53-mapi.rpm === |
| -If you downloaded the rpm : | | -If you downloaded the rpm : |
| | | |
Line 95: |
Line 96: |
| yum install php53-mapi --enablerepo=epel --enablerepo=epel-testing | | yum install php53-mapi --enablerepo=epel --enablerepo=epel-testing |
| | | |
− | == Make install/update-actions == | + | === Make install/update-actions === |
− | === INSTALLSCRIPT === | + | ==== INSTALLSCRIPT ==== |
− | ==== nano -w /etc/e-smith/events/actions/zarafa-install ==== | + | ===== nano -w /etc/e-smith/events/actions/zarafa-install ===== |
| | | |
| <nowiki> | | <nowiki> |
Line 1,127: |
Line 1,128: |
| </nowiki> | | </nowiki> |
| | | |
− | ==== To save : ==== | + | ===== To save : ===== |
| CTRL + X | | CTRL + X |
| yes | | yes |
| <ENTER> | | <ENTER> |
| | | |
− | === UPGRADESCRIPT === | + | ==== UPGRADESCRIPT ==== |
− | ==== nano -w /etc/e-smith/events/actions/zarafa-update ==== | + | ===== nano -w /etc/e-smith/events/actions/zarafa-update ===== |
| | | |
| <nowiki> | | <nowiki> |
Line 1,456: |
Line 1,457: |
| </nowiki> | | </nowiki> |
| | | |
− | ==== To save : ==== | + | ===== To save : ===== |
| CTRL + X | | CTRL + X |
| yes | | yes |
| <ENTER> | | <ENTER> |
| | | |
− | == Execute zarafa-install (see script above !!!!) == | + | === Execute zarafa-install (see script above !!!!) === |
| | | |
| /bin/chmod 554 /etc/e-smith/events/actions/zarafa-install | | /bin/chmod 554 /etc/e-smith/events/actions/zarafa-install |