{"id":1869,"date":"2018-05-08T12:05:43","date_gmt":"2018-05-08T10:05:43","guid":{"rendered":"http:\/\/blog.cipworx.org\/laserman\/?p=1869"},"modified":"2018-05-08T12:11:44","modified_gmt":"2018-05-08T10:11:44","slug":"nextcloud-server-auf-ubuntu-oder-linux-mint","status":"publish","type":"post","link":"https:\/\/blog.cipworx.org\/laserman\/2018\/05\/08\/nextcloud-server-auf-ubuntu-oder-linux-mint\/","title":{"rendered":"Nextcloud Server auf ubuntu oder Linux Mint"},"content":{"rendered":"<pre>\r\napt update\r\napt-get -y install apache2\r\napt-get -y install mariadb-server mariadb-client\r\nmysql_secure_installation\r\n\r\n(Mysql\/MriaDB testen, datenbank und DB-Nutzer anlegen)\r\nmysql -u root -p\r\n\r\n...\r\n\r\napt-get -y install php7.0 libapache2-mod-php7.0\r\nsystemctl restart apache2\r\ncd \/var\/www\/html\/\r\necho \"< ?php phpinfo(); ?>\" > info.php\r\napt-get -y install php7.0-mysql\r\nsystemctl restart apache2\r\n\r\nmkdir \/var\/www\/html\/nextcloud\/\r\ncd \/var\/www\/html\/nextcloud\/\r\n\r\n(nextclound als zip herunterladen...)\r\n\r\nunzip latest-13.zip \r\n\r\n(ceertbot f\u00fcr Let's encrypt SSL Zertigfikat   https:\/\/....  )\r\napt-get install software-properties-common\r\nadd-apt-repository ppa:certbot\/certbot\r\napt-get update\r\napt install certbot\r\napt-get install python-certbot-apache   \r\ncertbot --apache\r\napt-get install php7.0-gd php7.0-json php7.0-mysql php7.0-curl php7.0-mbstring\r\napt-get install php7.0-intl php7.0-mcrypt php-imagick php7.0-xml php7.0-zip\r\n   \r\ncd \/var\/www\/html\/nextcloud\/\r\ncat .htaccess\r\nvi  \/etc\/apache2\/apache2.conf \r\n\r\n<\/pre>\n<p>siehe:<\/p>\n<ul>\n<li><a href=\"http:\/\/www.kussaw.de\/2016\/07\/nextcloud-htaccess-funktioniert-nicht\/\">http:\/\/www.kussaw.de\/2016\/07\/nextcloud-htaccess-funktioniert-nicht\/<\/a><\/li>\n<li><a href=\"https:\/\/docs.nextcloud.com\/server\/13\/admin_manual\/installation\/source_installation.html#ubuntu-installation-label\">https:\/\/docs.nextcloud.com\/server\/13\/admin_manual\/installation\/source_installation.html#ubuntu-installation-label<\/a><\/li>\n<li><a href=\"https:\/\/help.nextcloud.com\/t\/complete-nc-installation-on-debian-9-stretch-and-manual-update\/21881\">https:\/\/help.nextcloud.com\/t\/complete-nc-installation-on-debian-9-stretch-and-manual-update\/21881<\/a><\/li>\n<li><a href=\"https:\/\/www.cosirex.com\/article\/23-mysql-schneller-machen-innodb-flush-log-at-trx-commit-2\/\">https:\/\/www.cosirex.com\/article\/23-mysql-schneller-machen-innodb-flush-log-at-trx-commit-2\/<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>apt update apt-get -y install apache2 apt-get -y install mariadb-server mariadb-client mysql_secure_installation (Mysql\/MriaDB testen, datenbank und DB-Nutzer anlegen) mysql -u root -p &#8230; apt-get -y install php7.0 libapache2-mod-php7.0 systemctl restart apache2 cd \/var\/www\/html\/ echo &#8220;< ?php phpinfo(); ?>&#8221; > info.php apt-get -y install php7.0-mysql systemctl restart apache2 mkdir \/var\/www\/html\/nextcloud\/ cd \/var\/www\/html\/nextcloud\/ (nextclound als zip herunterladen&#8230;) [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,9],"tags":[],"class_list":["post-1869","post","type-post","status-publish","format-standard","hentry","category-linux","category-ubuntu"],"_links":{"self":[{"href":"https:\/\/blog.cipworx.org\/laserman\/wp-json\/wp\/v2\/posts\/1869","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.cipworx.org\/laserman\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.cipworx.org\/laserman\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.cipworx.org\/laserman\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.cipworx.org\/laserman\/wp-json\/wp\/v2\/comments?post=1869"}],"version-history":[{"count":6,"href":"https:\/\/blog.cipworx.org\/laserman\/wp-json\/wp\/v2\/posts\/1869\/revisions"}],"predecessor-version":[{"id":1875,"href":"https:\/\/blog.cipworx.org\/laserman\/wp-json\/wp\/v2\/posts\/1869\/revisions\/1875"}],"wp:attachment":[{"href":"https:\/\/blog.cipworx.org\/laserman\/wp-json\/wp\/v2\/media?parent=1869"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.cipworx.org\/laserman\/wp-json\/wp\/v2\/categories?post=1869"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.cipworx.org\/laserman\/wp-json\/wp\/v2\/tags?post=1869"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}