Comments on How To Install ownCloud 7 On Ubuntu 14.04

How To Install ownCloud 7 On Ubuntu 14.04 This document describes how to install and configure ownCloud 7 on Ubuntu 14.04. I will also connect to the ownCloud Server's data with another Ubuntu 14.04 Desktop and a Windows 7 machine. ownCloud provides access to your data through a web interface or WebDAV while providing a platform to easily view, sync and share across devices—all under your control. ownCloud’s open architecture is extensible via a simple but powerful API for applications and plugins and works with any storage.

10 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By:

I see that both the author of this how-to, along with ownCloud and many others, insist on doing the apt-key add in multiple steps while you could just do it like this:

wget -O- http://download.opensuse.org/repositories/isv:ownCloud:community/xUbuntu_14.04/Release.key | sudo apt-key add -

By:

Yes, definitely you can use pipe "|" function for that command. But I used that so that all class of users(either newbie or expert) reading the tutorial can get the meaning of command and understand it very easily.

By: Drackg

ehm.. i need to register to post comment that..

before aplaying command "sudo mysql -u root -p" you need to restat Ubunutu 1404 becasue you will receive error

"ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)"

and simple restart will fix it and you can continue because you will finally see in terminal this

"

Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 30 Server version: 5.5.37-MariaDB-1~wheezy-log mariadb.org binary distribution Copyright (c) 2000, 2014, Oracle, Monty Program Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> "

By: Satria

thanks

By: yogita

Thansk really helpful doc

By: James

Following this guide but forgot to change the DB on the inital setup page. It works but a little sluggish with my data, how can i change to mariadb within owncloud based on this setup?

By: teranine

Doesn't work for me.  I follow the steps verbatim, get to the access localhost/owncloud step and enter new user/pass under the mariadb tab.  Attempt to login with user/pass I've chosen but access denied.

By: santiago

Thanks a lot for the explanation. It worked perfectly for us! Thanks again. 

By: foy

Thanks for all

Now, if you go to your IP address or domain name followed by "/owncloud" in your browser, you will see a page that looks like this:

AT this point it returns me

Erreur

Nom d'utilisateur et/ou mot de passe MySQL/MariaDB non valide Vous devez spécifier le nom d'un compte existant, ou celui de l'administrateur.

 

So I can't go further on...

Thanks

By: Pulipuli Chen

It's worked! Thanks!