{"id":179,"date":"2015-08-17T00:17:11","date_gmt":"2015-08-16T22:17:11","guid":{"rendered":"http:\/\/kaan.org.ru\/blog\/?p=179"},"modified":"2015-08-17T00:17:11","modified_gmt":"2015-08-16T22:17:11","slug":"onlyoffice-community-server-document-server-mail-server-installation-on-ubuntu-server-15-04","status":"publish","type":"post","link":"https:\/\/kaan.org.ru\/blog\/2015\/08\/17\/onlyoffice-community-server-document-server-mail-server-installation-on-ubuntu-server-15-04\/","title":{"rendered":"OnlyOffice Community Server, Document Server, Mail Server installation on Ubuntu Server 15.04"},"content":{"rendered":"<p><del datetime=\"2015-08-16T22:16:37+00:00\">Translation will be done soon.<\/del><\/p>\n<p>First install Ubuntu Server.<br \/>\nNext add openssh-server<br \/>\nNext install Docker:<\/p>\n<p><code>curl -sSL https:\/\/get.docker.com\/ | sh<\/code><\/p>\n<p>Verify docker is installed and ok:<\/p>\n<p><code>sudo docker run hello-world<\/code><\/p>\n<p>if everything is okay proceed to installation of OnlyOffice: DocumentServer MailServer CommunityServer<\/p>\n<p>Installing Document Server:<\/p>\n<p><code>sudo docker run -i -t -d --name oo-doc onlyoffice\/documentserver<\/code><\/p>\n<p>where <code>oo-doc<\/code> is choosed name for the container<br \/>\nSame procedure for the Mail Server (this step can be skipped):<\/p>\n<p><code>sudo docker run --privileged -i -t -d --name oo-mail -p 25:25 -p 143:143 -p 587:587 -h oo.feoschool12.edu.ru onlyoffice\/mailserver<\/code><\/p>\n<p>And Community Server:<\/p>\n<p><code>sudo docker run -i -t -d -p 80:80 -p 443:443 --name oo-comm --link oo-mail:mail_server --link oo-doc:document_server onlyoffice\/communityserver<\/code><\/p>\n<p>Actually, Mail Server installation can be skipped so Community Server installtion may look like: <\/p>\n<p><code>sudo docker run -i -t -d -p 80:80 -p 443:443 --name oo-comm --link oo-doc:document_server onlyoffice\/communityserver<\/code><\/p>\n<p>When you want to stop the servers use the following commands (based on the container names above):<br \/>\n<code>sudo docker stop oo-comm<br \/>\nsudo docker stop oo-doc<br \/>\nsudo docker stop oo-mail<\/code><\/p>\n<p>To start them again you need to start the linked servers first (before the community server) as follows:<\/p>\n<p><code>sudo docker start oo-mail<br \/>\nsudo docker start oo-doc<br \/>\nsudo docker start oo-comm<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Translation will be done soon. First install Ubuntu Server. Next add openssh-server Next install Docker: curl -sSL https:\/\/get.docker.com\/ | sh Verify docker is installed and ok: sudo docker run hello-world if everything is okay proceed to installation of OnlyOffice: DocumentServer MailServer CommunityServer Installing Document Server: sudo docker run -i -t -d &#8212;name oo-doc onlyoffice\/documentserver where [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[19,1],"tags":[],"class_list":["post-179","post","type-post","status-publish","format-standard","hentry","category-ubuntu","category-nerazobrannoe"],"_links":{"self":[{"href":"https:\/\/kaan.org.ru\/blog\/wp-json\/wp\/v2\/posts\/179","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kaan.org.ru\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kaan.org.ru\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kaan.org.ru\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kaan.org.ru\/blog\/wp-json\/wp\/v2\/comments?post=179"}],"version-history":[{"count":7,"href":"https:\/\/kaan.org.ru\/blog\/wp-json\/wp\/v2\/posts\/179\/revisions"}],"predecessor-version":[{"id":187,"href":"https:\/\/kaan.org.ru\/blog\/wp-json\/wp\/v2\/posts\/179\/revisions\/187"}],"wp:attachment":[{"href":"https:\/\/kaan.org.ru\/blog\/wp-json\/wp\/v2\/media?parent=179"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kaan.org.ru\/blog\/wp-json\/wp\/v2\/categories?post=179"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kaan.org.ru\/blog\/wp-json\/wp\/v2\/tags?post=179"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}