{"id":747,"date":"2021-04-03T13:49:28","date_gmt":"2021-04-03T11:49:28","guid":{"rendered":"https:\/\/apfelcast.com\/?p=747"},"modified":"2021-04-03T13:49:28","modified_gmt":"2021-04-03T11:49:28","slug":"nextcloud-und-wordpress-auf-einem-server-installieren-cloud-website-auf-dem-gleichen-server","status":"publish","type":"post","link":"https:\/\/it-ion.de\/index.php\/2021\/04\/03\/nextcloud-und-wordpress-auf-einem-server-installieren-cloud-website-auf-dem-gleichen-server\/","title":{"rendered":"Nextcloud und WordPress auf einem Server installieren &#8211; Cloud &#038; Website auf dem gleichen Server"},"content":{"rendered":"\n<div class=\"brlbs-cmpnt-container brlbs-cmpnt-content-blocker brlbs-cmpnt-with-individual-styles\" data-borlabs-cookie-content-blocker-id=\"default\" data-borlabs-cookie-content=\"PGlmcmFtZSB0aXRsZT0iWW91VHViZSB2aWRlbyBwbGF5ZXIiIHNyYz0iaHR0cHM6Ly93d3cueW91dHViZS5jb20vZW1iZWQvVGVPWngyeGxkbEkiIHdpZHRoPSI1NjAiIGhlaWdodD0iMzE1IiBmcmFtZWJvcmRlcj0iMCIgYWxsb3dmdWxsc2NyZWVuPSJhbGxvd2Z1bGxzY3JlZW4iPjxzcGFuIHN0eWxlPSJkaXNwbGF5OiBpbmxpbmUtYmxvY2s7IHdpZHRoOiAwcHg7IG92ZXJmbG93OiBoaWRkZW47IGxpbmUtaGVpZ2h0OiAwOyIgZGF0YS1tY2UtdHlwZT0iYm9va21hcmsiIGNsYXNzPSJtY2VfU0VMUkVTX3N0YXJ0Ij7vu788L3NwYW4+PC9pZnJhbWU+\">\n<div class=\"brlbs-cmpnt-cb-preset-a\">\n<p class=\"brlbs-cmpnt-cb-description\">Sie sehen gerade einen Platzhalterinhalt von <strong>Standard<\/strong>. Um auf den eigentlichen Inhalt zuzugreifen, klicken Sie auf die Schaltfl\u00e4che unten. Bitte beachten Sie, dass dabei Daten an Drittanbieter weitergegeben werden.<\/p>\n<div class=\"brlbs-cmpnt-cb-buttons\"> <a class=\"brlbs-cmpnt-cb-btn\" href=\"#\" data-borlabs-cookie-unblock role=\"button\">Inhalt entsperren<\/a> <a class=\"brlbs-cmpnt-cb-btn\" href=\"#\" data-borlabs-cookie-accept-service role=\"button\" style=\"display: none\">Erforderlichen Service akzeptieren und Inhalte entsperren<\/a> <\/div>\n<p> <a class=\"brlbs-cmpnt-cb-provider-toggle\" href=\"#\" data-borlabs-cookie-show-provider-information role=\"button\">Mehr Informationen<\/a> <\/div>\n<\/div>\n<p>In diesem Video zeige ich euch, wie Ihr Nextcloud und eine WordPress Website gemeinsam auf dem gleichen Server betreiben k\u00f6nnt. So k\u00f6nnt Ihr euch Kosten f\u00fcr einen zus\u00e4tzlichen Server bzw. Webspace f\u00fcr eure Homepage sparen.<\/p>\n<p>\u00bb Nextcloud Umzug Video-Anleitung: <a href=\"https:\/\/cc.apfelcast.com\/ag0zw\">https:\/\/cc.apfelcast.com\/ag0zw<\/a><\/p>\n<p>\u00bb Relevante Videos:<br \/>\nNextcloud 21 installieren: <a href=\"https:\/\/youtu.be\/nAXi-C2YQlU\">https:\/\/youtu.be\/nAXi-C2YQlU<\/a><br \/>\nNextcloud Server f\u00fcr zuHause: <a href=\"https:\/\/youtu.be\/m6bgXX7T30k\">https:\/\/youtu.be\/m6bgXX7T30k<\/a><\/p>\n<p>&nbsp;<\/p>\n<div id=\"93964-1\"><script src=\"\/\/ads.themoneytizer.com\/s\/gen.js?type=1\"><\/script><script src=\"\/\/ads.themoneytizer.com\/s\/requestform.js?siteId=93964&#038;formatId=1\"><\/script><\/div>\n<p>&nbsp;<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">#### Install Worpress on exsisting Nextcloud Installtion ####\n\n## create wordpress databse ##\n\n# create database called wordpress\nCREATE DATABASE wordpress; \n\n# create database user with password\nCREATE USER 'wordpressuser'@'localhost' IDENTIFIED BY 'password_here';\n\n#grant accesss to databse\nGRANT ALL PRIVILEGES ON wordpress.* TO 'wordpressuser'@'localhost';\n\n#save changes and exit\nFLUSH PRIVILEGES;\nEXIT;\n\n## Download lastest wordpress version ##\ncd \/tmp &amp;&amp; wget https:\/\/wordpress.org\/latest.zip\nunzip latest.zip\nmv wordpress \/var\/www\n\n## create apache config ##\nnano \/etc\/apache2\/sites-available\/wordpress.conf\n\n&lt;VirtualHost *:80&gt;\n     ServerAdmin master@domain.com\n     DocumentRoot \/var\/www\/wordpress\/\n     ServerName demo.apfelcast.com\n     ServerAlias www.demo.apfelcast.com\n  \n     Alias \/wordpress \"\/var\/www\/wordpress\/\"\n\n     &lt;Directory \/var\/www\/wordpress\/&gt;\n        Options +FollowSymlinks\n        AllowOverride All\n        Require all granted\n          &lt;IfModule mod_dav.c&gt;\n            Dav off\n          &lt;\/IfModule&gt;\n        SetEnv HOME \/var\/www\/wordpress\n        SetEnv HTTP_HOME \/var\/www\/wordpress\n     &lt;\/Directory&gt;\n\n     ErrorLog ${APACHE_LOG_DIR}\/error.log\n     CustomLog ${APACHE_LOG_DIR}\/access.log combined\n\n&lt;\/VirtualHost&gt;\n\na2ensite wordpress.conf\n\nservice apache2 restart\n\n## adjust access to folders ##\nchown -R www-data:www-data \/var\/www\/wordpress\/\nchmod -R 755 \/var\/www\/wordpress\/<\/pre>\n<p>&nbsp;<\/p>\n<h3>apfelcast Support<\/h3>\n<p>Du ben\u00f6tigst Unterst\u00fctzung bei deinem Projekt oder hast Fragen zur Umsetzung?<br \/>\n<strong>Dann melde ich gern bei uns!<\/strong><\/p>\n<p>[button link=&#8220;https:\/\/apfelcast.com\/kontakt&#8220; type=&#8220;big&#8220; class=&#8220; custom-button&#8220;] Kontaktieren[\/button]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sie sehen gerade einen Platzhalterinhalt von Standard. Um auf den eigentlichen Inhalt zuzugreifen, klicken Sie&#8230;<\/p>\n","protected":false},"author":1,"featured_media":748,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-747","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-allgemein"],"taxonomy_info":{"category":[{"value":1,"label":"Allgemein"}]},"featured_image_src_large":["https:\/\/it-ion.de\/wp-content\/uploads\/2021\/04\/maxresdefault-1-6-1024x576.jpg",1024,576,true],"author_info":{"display_name":"Daniel Klozb\u00fccher","author_link":"https:\/\/it-ion.de\/index.php\/author\/wp-master\/"},"comment_info":0,"category_info":[{"term_id":1,"name":"Allgemein","slug":"allgemein","term_group":0,"term_taxonomy_id":1,"taxonomy":"category","description":"","parent":0,"count":89,"filter":"raw","cat_ID":1,"category_count":89,"category_description":"","cat_name":"Allgemein","category_nicename":"allgemein","category_parent":0}],"tag_info":false,"_links":{"self":[{"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/posts\/747","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/comments?post=747"}],"version-history":[{"count":0,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/posts\/747\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/media\/748"}],"wp:attachment":[{"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/media?parent=747"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/categories?post=747"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/it-ion.de\/index.php\/wp-json\/wp\/v2\/tags?post=747"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}