{"id":6469,"date":"2021-01-14T10:50:42","date_gmt":"2021-01-14T10:50:42","guid":{"rendered":"https:\/\/owncloud.com\/?p=6469"},"modified":"2021-01-14T14:59:48","modified_gmt":"2021-01-14T14:59:48","slug":"lifehacker-how-to-set-up-your-own-private-cloud-storage-service-in-five-minutes-with-owncloud","status":"publish","type":"post","link":"https:\/\/owncloud.com\/de\/blogs\/lifehacker-how-to-set-up-your-own-private-cloud-storage-service-in-five-minutes-with-owncloud\/","title":{"rendered":"How to Set Up Your Own Private Cloud Storage Service in Five Minutes with ownCloud"},"content":{"rendered":"<p>A lot of people want to pull their data off the cloud for a variety of reasons. Instead of missing out on those great syncing features, though, you can create your own cloud storage service that\u00a0<em>you<\/em>\u00a0control with a service called ownCloud. The best part: it only takes about five minutes to get it set up.<\/p>\n<p><strong>The nontechnical way: SaaS<\/strong><br \/>\nIn this short tutorial, we&#8217;ll show you how to get ownCloud up and running quickly using Docker on macOS, Windows, and 64-bit Linux. If this sounds too technical for you, consider using our software-as-a-service offering <a href=\"https:\/\/owncloud.online\/\" target=\"_blank\" rel=\"noopener\">ownCloud.online<\/a>, where we host your very own single-instance ownCloud for a competitive per-user fee. Registration and instance creation only take a few minutes.<\/p>\n<p><strong>Using Docker<\/strong><br \/>\nWhile you can install ownCloud the traditional way on a LAMP server consiting of a Linux operating system, an Apache webserver, a Mysql\/MariaDB database and PHP, we recommend using Docker for swift delivery and compatibility. Docker delivers software in containers using OS-level virtualization.<\/p>\n<p>Step 1: Install Docker<\/p>\n<p>Windows: <a href=\"https:\/\/docs.docker.com\/docker-for-windows\/install\/\" target=\"_blank\" rel=\"noopener\">https:\/\/docs.docker.com\/docker-for-windows\/install\/<\/a><br \/>\nmacOS: <a href=\"https:\/\/docs.docker.com\/docker-for-mac\/install\/\" target=\"_blank\" rel=\"noopener\">https:\/\/docs.docker.com\/docker-for-mac\/install\/<\/a><br \/>\nLinux: Install the <a href=\"https:\/\/docs.docker.com\/engine\/install\/\" target=\"_blank\" rel=\"noopener\">Docker Engine<\/a> and <a href=\"https:\/\/docs.docker.com\/compose\/install\/\" target=\"_blank\" rel=\"noopener\">Docker Compose<\/a> according to your OS specifics<\/p>\n<p>Step 2: In your terminal, create the ownCloud folder and cd into the folder (for example mkdir <code>owncloud-docker-server<\/code> and then <code>cd owncloud-docker-server<\/code>)<\/p>\n<p>Step 3: Get the Docker compose file, e.g. through <code>wget https:\/\/raw.githubusercontent.com\/owncloud\/docs\/master\/modules\/admin_manual\/examples\/installation\/docker\/docker-compose.yml<\/code><\/p>\n<p>Step 4: Set the environment parameters needed &#8211; please change domain, admin username and admin password accordingly:<\/p>\n<p>cat << EOF > .env<br \/>\nOWNCLOUD_VERSION=10.6<br \/>\nOWNCLOUD_DOMAIN=localhost:8080<br \/>\nADMIN_USERNAME=admin<br \/>\nADMIN_PASSWORD=admin<br \/>\nHTTP_PORT=8080<br \/>\nEOF<\/p>\n<p>Step 5: Set up your ownCloud through the command <code>docker-compose up -d<\/code> and wait until it the process is ready<\/p>\n<p>Step 6: Login to your ownCloud at localhost:8080 or whatever domain you chose to use<\/p>\n<p>Step 7: Install the ownCloud Desktop Client and the ownCloud App for iOS or Android and connect them to your ownCloud<\/p>\n<p>Step 8: Open your browser and log into your new ownCloud at http:\/\/localhost:8080!<\/p>\n<p>In an upcoming post, we&#8217;ll explain how to add ssl and a custom domain to your new ownCloud.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this short tutorial, we&#8217;ll show you how to get ownCloud up and running quickly using Docker on macOS, Windows, and 64-bit Linux.<\/p>\n","protected":false},"author":7,"featured_media":78665,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","inline_featured_image":false,"footnotes":""},"categories":[43,240],"tags":[65,66,67],"class_list":["post-6469","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-getting-started","tag-cloud-security","tag-data-privacy","tag-secure-file-sharing"],"acf":[],"_links":{"self":[{"href":"https:\/\/owncloud.com\/de\/wp-json\/wp\/v2\/posts\/6469","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/owncloud.com\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/owncloud.com\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/owncloud.com\/de\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/owncloud.com\/de\/wp-json\/wp\/v2\/comments?post=6469"}],"version-history":[{"count":5,"href":"https:\/\/owncloud.com\/de\/wp-json\/wp\/v2\/posts\/6469\/revisions"}],"predecessor-version":[{"id":58057,"href":"https:\/\/owncloud.com\/de\/wp-json\/wp\/v2\/posts\/6469\/revisions\/58057"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/owncloud.com\/de\/wp-json\/wp\/v2\/media\/78665"}],"wp:attachment":[{"href":"https:\/\/owncloud.com\/de\/wp-json\/wp\/v2\/media?parent=6469"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/owncloud.com\/de\/wp-json\/wp\/v2\/categories?post=6469"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/owncloud.com\/de\/wp-json\/wp\/v2\/tags?post=6469"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}