Line 17: |
Line 17: |
| both link to /lib but should be /lib64 | | both link to /lib but should be /lib64 |
| | | |
− | = Installing 7.1.x (work in progress !)= | + | = Installing 7.1.x (work in progress !/not tested yet !)= |
| + | This script takes the example-config-files of ZCP to make a SME-template from it (cf 'replace'-actions refering to SME-db) |
| + | 7.1.x need few changes in server.cfg and a new search.cfg-template to replace the indexer.cfg-template : [[http://doc.zarafa.com/7.1/Administrator_Manual/en-US/html-single/index.html#_700to710]] |
| + | |
| ==== INSTALLSCRIPT ==== | | ==== INSTALLSCRIPT ==== |
| ===== nano -w /etc/e-smith/events/actions/zarafa-install ===== | | ===== nano -w /etc/e-smith/events/actions/zarafa-install ===== |
Line 590: |
Line 593: |
| replace /etc/e-smith/templates/etc/zarafa/server.cfg/server.cfg hide_everyone '{ ${'\''zarafa-server'\''}{hide_everyone} || '\''yes'\''; }' | | replace /etc/e-smith/templates/etc/zarafa/server.cfg/server.cfg hide_everyone '{ ${'\''zarafa-server'\''}{hide_everyone} || '\''yes'\''; }' |
| replace /etc/e-smith/templates/etc/zarafa/server.cfg/server.cfg hide_system '{ ${'\''zarafa-server'\''}{hide_system} || '\''yes'\''; }' | | replace /etc/e-smith/templates/etc/zarafa/server.cfg/server.cfg hide_system '{ ${'\''zarafa-server'\''}{hide_system} || '\''yes'\''; }' |
− | replace /etc/e-smith/templates/etc/zarafa/server.cfg/server.cfg index_services_enabled '{ ${'\''zarafa-server'\''}{index_services_enabled} || '\''no'\''; }' | + | replace /etc/e-smith/templates/etc/zarafa/server.cfg/server.cfg search_enabled '{ ${'\''zarafa-server'\''}{search_enabled} || '\''no'\''; }' |
− | replace /etc/e-smith/templates/etc/zarafa/server.cfg/server.cfg index_services_search_timeout '{ ${'\''zarafa-server'\''}{index_services_search_timeout} || '\''10'\''; }' | + | replace /etc/e-smith/templates/etc/zarafa/server.cfg/server.cfg search_timeout '{ ${'\''zarafa-server'\''}{search_timeout} || '\''10'\''; }' |
− | replace /etc/e-smith/templates/etc/zarafa/server.cfg/server.cfg index_services_prefix_chars '{ ${'\''zarafa-server'\''}{index_services_prefix_chars} || '\''3'\''; }'
| |
| replace /etc/e-smith/templates/etc/zarafa/server.cfg/server.cfg enable_enhanced_ics '{ ${'\''zarafa-server'\''}{enable_enhanced_ics} || '\''yes'\''; }' | | replace /etc/e-smith/templates/etc/zarafa/server.cfg/server.cfg enable_enhanced_ics '{ ${'\''zarafa-server'\''}{enable_enhanced_ics} || '\''yes'\''; }' |
| replace /etc/e-smith/templates/etc/zarafa/server.cfg/server.cfg sync_gab_realtime '{ ${'\''zarafa-server'\''}{sync_gab_realtime} || '\''yes'\''; }' | | replace /etc/e-smith/templates/etc/zarafa/server.cfg/server.cfg sync_gab_realtime '{ ${'\''zarafa-server'\''}{sync_gab_realtime} || '\''yes'\''; }' |
Line 848: |
Line 850: |
| /sbin/e-smith/db configuration setprop mysqld InnoDB enabled | | /sbin/e-smith/db configuration setprop mysqld InnoDB enabled |
| /sbin/e-smith/db configuration setprop smtpd tnef2mime disabled | | /sbin/e-smith/db configuration setprop smtpd tnef2mime disabled |
− | /sbin/e-smith/db configuration setprop zarafa-server access private status enabled TCPPort 236 index_services_enabled yes | + | /sbin/e-smith/db configuration setprop zarafa-server access private status enabled TCPPort 236 search_enabled yes |
| /bin/echo | | /bin/echo |
| /bin/echo "Enter your user plugin." | | /bin/echo "Enter your user plugin." |