Line 12: |
Line 12: |
| | | |
| === Installation === | | === Installation === |
− | 1. Log in (with username root) to the SME server console.
| + | Log in (with username root) to the SME server console. |
| | | |
− | 2. Download and install kronolith and smeserver-kronolith with:
| + | Install kronolith and smeserver-kronolith with: |
| | | |
| yum --enablerepo=smecontribs install smeserver-kronolith | | yum --enablerepo=smecontribs install smeserver-kronolith |
− | On a fresh 7.3 this will also install: kronolith-h3, php-pear-HTTP-Request, php-pear-Net-Socket and php-pear-Net-URL for dependencies
| |
− |
| |
− | 3. Do following commands for the changes to take effect:
| |
− |
| |
| signal-event post-upgrade; signal-event reboot | | signal-event post-upgrade; signal-event reboot |
| | | |
− | Your SME server reboots
| + | Enable webmail access in server-manager (if not already done) |
− | | |
− | 4. Enable webmail access in server-manager (if not already done)
| |
− | | |
− | 5. Open https://yourserver/webmail
| |
| | | |
− | 6. Log in and check out "Calendar"-item.
| + | Open https://yourserver/webmail |
| | | |
− | ==== Check installed version ====
| + | Log in and check out "Calendar"-item. |
− | yum info installed *kronolith*
| |
− | This should show info for both packages.
| |
| | | |
| ==== Uninstall ==== | | ==== Uninstall ==== |
− | yum remove smeserver-kronolith kronolith-h3 php-pear-HTTP-Request php-pear-Net-Socket php-pear-Net-URL | + | rpm -e remove smeserver-kronolith kronolith-h3 |
− | Do following commands for the changes to take effect:
| |
| signal-event post-upgrade; signal-event reboot | | signal-event post-upgrade; signal-event reboot |
| | | |