Previous version of WebDocs will not work with IceWarp v12, and in that case you need to install new WebDoc server.
There are a few ways:
1. Installation via prepared VM (ESXi or Hyper-V)
2. Debian repo
In this article we will go through point 2 - installation on Debian.
Please follow the steps, once Debian will be deployed:
1. echo "deb [arch=amd64] http://pkg.icewarp.com/debian/ icewarp gen1" > /etc/apt/sources.list.d/icewarp.list
2. echo "deb http://deb.nodesource.com/node_6.x/ jessie main" > /etc/apt/sources.list.d/nodejs.list
3. apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FA9FEC00614B1C40
4. apt-key adv --keyserver keyserver.ubuntu.com --recv 68576280
5. edit /etc/apt/sources.list then add contrib non-free to the main repo (ex: deb http://ftp.us.debian.org/debian/ jessie main contrib non-free)
6. apt-get update
7. apt-get install icewarp-webdocuments
8. apt-get install apt-transport-https
9. systemctl restart nginx
10. /etc/init.d/supervisor restart
Comments
1 comment
Here are the updated commands I had to use to install WebDocuments 12.2 on Debian 9:
Please sign in to leave a comment.