{"id":57734,"date":"2022-01-10T11:25:32","date_gmt":"2022-01-10T11:25:32","guid":{"rendered":"https:\/\/owncloud.com\/?p=57734"},"modified":"2022-04-14T14:13:07","modified_gmt":"2022-04-14T14:13:07","slug":"howto-install-owncloud-infinite-scale-tech-preview","status":"publish","type":"post","link":"https:\/\/owncloud.com\/de\/blogs\/howto-install-owncloud-infinite-scale-tech-preview\/","title":{"rendered":"How to install ownCloud Infinite Scale Tech Preview in three easy steps"},"content":{"rendered":"<p>Want to take the ownCloud Infinite Scale Tech Preview for a spin? It is pretty straightforward, as long as you are comfortable with pasting a sum total of three lines into your terminal. Sounds easy like one, two, three, right? That\u2019s because it is, at least if you renounce SSL and other convenient aspects for the time being &#8211; remember, we\u2019re just running a local test. If you work with a linux distribution, you need to <code>curl https:\/\/download.owncloud.com\/ocis\/ocis\/1.16.0\/ocis-1.16.0-linux-amd64 --output ocis<\/code>. If your device of choice is a Mac, then you need to <code>curl https:\/\/download.owncloud.com\/ocis\/ocis\/1.16.0\/ocis-1.16.0-darwin-amd64 --output ocis<\/code>. Whether using Linux or Mac, you need then to make the binary executable using this command: <code>chmod +x ocis<\/code>. And finally, you\u2019ll need to start ownCloud Infinite Scale with this command: <code>OCIS_INSECURE=true .\/ocis server<\/code> If you prefer using Docker, pull ownCloud Infinite Scale with <code>docker pull owncloud\/ocis<\/code> and start it using <code>docker run --rm -ti -p 9200:9200 -e OCIS_INSECURE=true owncloud\/ocis<\/code>. You can also make the data in your ownCloud Infinite Scale persistent by using this command: <code>docker run --name ocis -p 9200:9200 -v \/some\/host\/dir:\/var\/lib\/ocis<\/code>, please configure the shared paths accordingly. When the server has fully started, open <code>https:\/\/localhost:9200<\/code> and login using one of the demo accounts (user:password): <code>einstein:relativity, marie:radioactivity, richard:superfluidity<\/code> There are also admin demo accounts: <code>moss:vista, admin:admin<\/code> For more details, pleae visit <a href=\"https:\/\/owncloud.github.io\/ocis\/getting-started\/\" target=\"_blank\" rel=\"noopener\">https:\/\/owncloud.github.io\/ocis\/getting-started\/<\/a><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-64883 size-full aligncenter\" src=\"https:\/\/owncloud.com\/wp-content\/uploads\/2022\/01\/ezgif.com-gif-maker-1.gif\" alt=\"ocis binary quickstart\" width=\"800\" height=\"387\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Want to try out ownCloud Infinite Scale Tech Preview? It is easy, we&#8217;ll show you how to install ownCloud Infinite Scale.<\/p>\n","protected":false},"author":7,"featured_media":57772,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"","inline_featured_image":false,"footnotes":""},"categories":[43,509],"tags":[],"class_list":["post-57734","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-infinite-scale"],"acf":[],"_links":{"self":[{"href":"https:\/\/owncloud.com\/de\/wp-json\/wp\/v2\/posts\/57734","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=57734"}],"version-history":[{"count":7,"href":"https:\/\/owncloud.com\/de\/wp-json\/wp\/v2\/posts\/57734\/revisions"}],"predecessor-version":[{"id":66758,"href":"https:\/\/owncloud.com\/de\/wp-json\/wp\/v2\/posts\/57734\/revisions\/66758"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/owncloud.com\/de\/wp-json\/wp\/v2\/media\/57772"}],"wp:attachment":[{"href":"https:\/\/owncloud.com\/de\/wp-json\/wp\/v2\/media?parent=57734"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/owncloud.com\/de\/wp-json\/wp\/v2\/categories?post=57734"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/owncloud.com\/de\/wp-json\/wp\/v2\/tags?post=57734"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}