{"id":9186,"date":"2024-11-22T14:02:41","date_gmt":"2024-11-22T14:02:41","guid":{"rendered":"https:\/\/www.linuxandotherstuff.com\/?p=9186"},"modified":"2024-11-22T14:02:43","modified_gmt":"2024-11-22T14:02:43","slug":"manual-install-onlyoffice-in-nextcloud","status":"publish","type":"post","link":"https:\/\/www.qbytes.cloud\/index.php\/2024\/11\/22\/manual-install-onlyoffice-in-nextcloud\/","title":{"rendered":"Manual install OnlyOffice in Nextcloud"},"content":{"rendered":"\n<p>Download the package, extract it and move it to the app folder of your Nextcloud installation. If you run a Linux server you normally have got all the tools you need. Here are the steps:<\/p>\n\n\n\n<p>Hint: The link for the newest version you find on in the App Store of the Nextcloud Hub. Right now it is version 0.1.3. So check first and substitute the address after wget -c if necessary.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wget -c https:\/\/github.com\/nextcloud\/documentserver_community\/releases\/download\/v0.1.20\/documentserver_community.tar.gz\n\ntar xzvf documentserver_community.tar.gz\n\ncd \/path\/to\/nextcloud\/<\/code><\/pre>\n\n\n\n<p>sudo as the nextcloud user. In this case its&#8217;s www-data:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo -u www-data php occ maintenance:mode --on\nmv \/path\/to\/extracted\/documentserver_community \/path\/to\/nextcloud\/apps\/\nchown -R www-data.www-data \/path\/to\/nextcloud\/apps\/documentserver_community\nsudo -u www-data php occ maintenance:mode --off<\/code><\/pre>\n\n\n\n<p>Now I can activate the Community Document Server in my apps.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Download the package, extract it and move it to the app folder of your Nextcloud installation. If you run a Linux server you normally have got all the tools you need. Here are the steps: Hint: The link for the newest version you find on in the App Store of the Nextcloud Hub. Right now &#8230; <a title=\"Manual install OnlyOffice in Nextcloud\" class=\"read-more\" href=\"https:\/\/www.qbytes.cloud\/index.php\/2024\/11\/22\/manual-install-onlyoffice-in-nextcloud\/\" aria-label=\"Read more about Manual install OnlyOffice in Nextcloud\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[73],"tags":[],"class_list":["post-9186","post","type-post","status-publish","format-standard","hentry","category-nextcloud"],"_links":{"self":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/9186","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/comments?post=9186"}],"version-history":[{"count":1,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/9186\/revisions"}],"predecessor-version":[{"id":9187,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/9186\/revisions\/9187"}],"wp:attachment":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/media?parent=9186"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/categories?post=9186"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/tags?post=9186"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}