Nastavení WebDokumentů
Integrace s LibreOffice online službou umožňuje nasazení IceWarp WebDokumentů několika způsoby, avšak doporučujeme běh na samostaném serveru nebo alespoň na samostatném virtuálním stroji.
S touto metodou můžete nechat WebDokumenty běžet na virtuálním stroji, který jsme pro Vás předkonfigurovali. Pokud preferujete nechat WebDokumenty běžet na svém virtuálním stroji, zkontrolujte možnost APT repositáře (je požadován VM s Debian8).
Tato metoda je nejjednodušším způsobem pro nastavení WebDokumentů na Windowsu. S Touto metodou budou WebDokumenty běžet na virtuálním stroji předkonfigurovaném IceWarpem. Pokud preferujete, aby WebDokumenty běžely na Vašem vlastním virtuálním stroji, zaškrtněte možnost APT repozitáře (je požadován VM s Debian8).
Tato metoda je nejspíše nejjednodušší cestou nastavení WebDokumentů na 64bit Debian8. Můžete mít WebDokumenty na stejném serveru jako IceWarp nebo můžete použít jiný virtuální server pouze pro WebDokumenty. Můžete také zvolit možnost Docker (a mít WebDokumenty na stejném serveru jako IceWarp) nebo zvolit předkonfigurovanou možnost VM (poté nebudou WebDokumenty na stejném serveru jako IceWarp). Tato možnost vyžaduje, aby Váš systém využíval systemd jako svůj init systém, který je defaultní pro Debian 8.
ESXi VPS
Import VM
-
Stáhněte si obrazový zip archív a extrahujte jej (VM nebude běžet z extrahované složky)
- Otevřete vSphere klienta (či jiného správce jako workstation) a nasaďte OVF šablonu
- Otevřete soubor OVF šablony a klikněte další
- Zkontrolujte detaily šablony a klikněte další
- Vložte název VM (defaultní název je v pořádku, klikněte další
- Zvolte datastore a typ disku - doporučujeme defaultní nastavení (lazy zeroed). Eager zeroed bude znamenat pomalejší import. Klikněte na další. Více informací o typech disků na: https://communities.vmware.com/message/2199576
- Zkontrolujte nastavení a zvolte "Výkon zapnutý po nasazení", klikněte dokončit
- Klikněte zavřít po dokončení nasazení
- Spravujte automatický start virtuálního stroje pomocí VMware Workstation či vSphere WebClienta - pravým kliknutím hypervizoru v seznamu v levém panelu a zvolte "Spravovat AutoStart VMs..."
- Zaškrtněte pole nalevo od importovaných VM v dialogu Konfigurace AutoStartu
There is no need to change anything in the image if DHCP is used. Just configure your DHCP server to assign the same IP address each time (IP reservation according to MAC)
Spusťte virtuální stroj
Výkon zapnut (pokud jste tak již neučinili během importu) na virtuálním stroji zvolením Startu ve VM Power menu nebo na jeho dashboardu.
Configure IceWarp server
- Obtain IP address assigned to installed machine. It should be visible on terminal (or SSH login screen) under the IceWarp logo. Open IceWarp Administration Console and insert IP address of iwds host into "WebDocuments server connection" input located at GroupWare -> WebClient -> WebDocuments tab
- Enable "WebDocuments Service"
- Check that the configuration is correct by clicking "Test Connection" button (image iwdoc-iwserver-setup.jpg). "Test Connection" check will also configure iwds service for interoperation with IceWarp Server.
- Save configuration changes by clicking on Apply button
Review TeamChat URL settings located at System -> Smartdiscover tab. URL must be reachable from iwds host. Also, IceWarp Server must be able to send out tcp packets to destination ports 8081, 80 or 443 on iwds host.
Import VM
Pro zapnutí Hyper-V role na Vašem Windows OS serveru navštivte: https://technet.microsoft.com/en-us/library/hh846766.aspx#BKMK_SERVER
Proces je podobný všem souvisejícím Windows server verzím.
- Stáhněte si obrazový zip archív a extrahujte je (VM nebude běžet v extrahované složce!)
- Otevřete Hyper-V Správce (nachází se v Administračních nástrojích či Správci serveru)
- Klikněte na možnost "Importovat virtuální stroj...", která se nachází v horní části panelu Aktivit (nalevo)
- Otevřete složku, kam jste extrahovali VM obraz a zvolte root složku obsahující VM soubory.
- Zvolte nastavení importu, obě možnosti jsou v pořádku, ale raději zvolte možnost "Kopírovat virtuální stroj (vytvořte nové unikátní ID".
Stiskněte "Import"
The most current version of IceWarp Server is available for Windows and the most popular Linux systems.
Spusťte virtuální stroj
Import přidá nový virtuální stroj do seznamu všech strojů hostů. Můžete jej spustit pravým kliknutím na stroj či levým kliknutím na položku "Start" v panelu Aktivitit. Počáteční progres je zobrazen v panelu Status ve spráci Hyper-V.
Konfigurujte IceWarp Server
- Obtain IP address assigned to installed machine. It should be visible on terminal (or SSH login screen) under the IceWarp logo. Open IceWarp Administration Console and insert IP address of iwds host into "WebDocuments server connection" input located at GroupWare -> WebClient -> WebDocuments tab
- Enable "WebDocuments Service"
- Check that the configuration is correct by clicking "Test Connection" button (image iwdoc-iwserver-setup.jpg). "Test Connection" check will also configure iwds service for interoperation with IceWarp Server.
- Save configuration changes by clicking on Apply button
Review TeamChat URL settings located at System -> Smartdiscover tab. URL must be reachable from iwds host. Also, IceWarp Server must be able to send out tcp packets to destination ports 8081, 80 or 443 on iwds host.
Open terminal emulator note. Commands need to be run under 'root' account. Add apt sources of icewarp and nodejs repository:
Check if your Debian is able to install 'contrib' and 'non-free'packages.
- you should find this line in /etc/apt/sources.list file
deb http://ftp.uk.debian.org/debian/ stretch main contrib non-free
Add apt sources of IceWarp and nodejs repository
echo "deb http://pkg.icewarp.com/debian icewarp gen2" > /etc/apt/sources.list.d/icewarp.list echo "deb http://deb.nodesource.com/node_8.x stretch main" > /etc/apt/sources.list.d/nodejs.list
- It is also possible to use https in the source links, but in that case apt-transport-https package HAS TO be installed first.
Install 'sudo' package
apt-get install sudo
Install 'dirmngr' - managing and downloading OpenPGP and X.509 certificates
apt-get install dirmngr
Install 'apt-transport-https' package to be able to use https source links
apt-get install apt-transport-https
Import signing keys into the apt keyring
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 948AD827 gpg: requesting key 948AD827 from hkp server keyserver.ubuntu.com gpg: key 4291FC89: public key "IceWarp Technology <sysadmin@icewarp.com>" imported gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1) apt-key adv --keyserver keyserver.ubuntu.com --recv 68576280 gpg: requesting key 68576280 from hkp server keyserver.ubuntu.com gpg: key 68576280: public key "NodeSource >gpg@nodesource.com<" imported gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1)
Update apt database on your machine
It is required to have added system locale en_US.UTF-8, to add en_US.UTF-8 execute dpkg-reconfigure locales and check the checkbox for this locale apt-get update && apt-get upgrade ... ... Hit http://pkg.icewarp.com icewarp InRelease Hit https://deb.nodesource.com stretch InRelease Hit http://pkg.icewarp.com icewarp/gen1 amd64 Packages Get:14 https://deb.nodesource.com stretch/main amd64 Packages [964 B] Get:15 https://deb.nodesource.com stretch/main Translation-en_US [162 B] Get:16 https://deb.nodesource.com stretch/main Translation-en [162 B] Get:17 https://deb.nodesource.com stretch/main Translation-en_US [162 B] Get:18 https://deb.nodesource.com stretch/main Translation-en [162 B] Get:19 https://deb.nodesource.com stretch/main Translation-en_US [162 B] Get:20 https://deb.nodesource.com stretch/main Translation-en [162 B] Get:21 https://deb.nodesource.com stretch/main Translation-en_US [162 B] Get:22 https://deb.nodesource.com stretch/main Translation-en [162 B] Get:23 https://deb.nodesource.com stretch/main Translation-en_US [162 B] Get:24 https://deb.nodesource.com stretch/main Translation-en [162 B] Fetched xxx kB in xs (xx.x kB/s) Reading package lists... Done
Install icewarp-webdocuments package
apt-get install icewarp-webdocuments
This package will install all necessary dependencies, so after approximately twenty minutes you will have configured and running backend for your web documents. The last line of script output is actual IP address of iwds host which is needed in next step, you can however obtain IP address in any common way.
Configure IceWarp server
- Obtain IP address assigned to installed machine. It should be visible on terminal (or SSH login screen) under the IceWarp logo. Open IceWarp Administration Console and insert IP address of iwds host into "WebDocuments server connection" input located at GroupWare -> WebClient -> WebDocuments tab
- Enable "WebDocuments Service"
- Check that the configuration is correct by clicking "Test Connection" button (image iwdoc-iwserver-setup.jpg). "Test Connection" check will also configure iwds service for interoperation with IceWarp Server.
- Save configuration changes by clicking on Apply button
- Restart the Groupware service
Review TeamChat URL settings located at System -> Smartdiscover tab. URL must be reachable from iwds host. Also, IceWarp Server must be able to send out tcp packets to destination ports 8081, 80 or 443 on iwds host.