Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I’ve had it running on Ubuntu for about six months or so & it works flawlessly. Also Gnome 3.8 now features ownCloud integration directly into the file system (it’s running OK on Fedora 19 Alpha RC4)…
There’s a syntax error in this article.
“Hit Ctrl + X and then Enter to save the changes.” This is not correct. It should say “Hit Ctrl + X, then y and then Enter to save the changes.”.
Hi, new here… I’m a bit lost in this part… " Believe it or not, we’re done! Type “quit” to exit MySQL interface and point your browser to http://fqdn-of-your-droplet.tld/owncloud to access ownCloud 5 installation.
Be sure to replace “fqdn-of-your-droplet.tld” with the actual FQDN of your droplet." Can anybody help? Thanks
@emanon1978 that means you should type “quit” in the MySQL console to exit the console and browse to http://yourdomain.com to access ownCloud 5.
Hi, something has not worked for me. I’ve created a new droplet laghw01 with the application Wordpress on Ubuntu12.10 with a www.lagunaheadwaters.org. Then I’ve followed install instructions for Wordpress including editing nano /etc/apache2/sites-enabled/laghw01 Then installed postfix & phpmyadmin The wordpress installation comes up well Then I’ve installed ownCloud except for the apache_server^ which was already present So I think its being bypassed by wordpress defaulting to /home/wordpress/public_html . Any suggestions on how WordPress and ownCloud work together :) I was thinking of reading up on what I can do in /etc/apache2/sites-available or moving /var/ownCloud into /home/wordpress/public_html? Any suggestions greatly appreciated
Hi I got it working by creating nano /etc/apache2/sites-available/owncloud per http://www.nineproductions.com/owncloud-quick-setup-for-debian/
Automated updates can be obtain by using the package installation method as mentioned on the owncloud install page: http://owncloud.org/install/
openSUSE Build Service hosts the package repositories for all distributions: http://software.opensuse.org/download/package?project=isv:ownCloud:community&package=owncloud
The instructions above work great. Downloadable clients from owncloud.org work. As a cautionary tale, I went down the path of “aptget install owncloud”. Either a partial install or an older version was the result. Ended up deleting all of it out and just following the instructions above.
I did make one addition to the instructions above. I didn’t like user data piling up under /var/www/owncloud/data, so I switched the data directory to /var/lib/owncloud/data. Note that you have to change the /var/www/owncloud/config/config.php to correctly access this location and make sure UID and group are set to www-data.
I am also running davical just fine along side owncloud - both working fine (many comments in forums about webdav of one package interfering with another).
Instead of doing owncloud-5.0.4.tar.bz2 like the article shows, do owncloud-latest.tar.bz2 instead. As it speaks for itself, it will download the latest version of ownCloud. Would save the user time finding out the latest version.