OwnCloud on Ubuntu install and set up – so it works
- Before you begin the steps below, you should make sure with "sudo apt-get update" that your System is up-to-date.
- Then proceed with the Download of the installation package by typing the following command: sh -c "echo 'deb http://download.owncloud.org/download/repositories/stable/Ubuntu_14.04/ /' >> /etc/apt/sources.list.d/owncloud.list"
- Then you need the Release Key, the you with "wget -nv https://download.owncloud.org/download/repositories/stable/Ubuntu_14.04/Release.key -O Release.key" and "sudo apt-key add - < Release.key" can apply.
- After start with "sudo apt-get install owncloud", the Installation of OwnCloud. To do this, follow the instructions in the process.
- After a successful Installation, you can find the files in the sub folder "owncloud".
- Now you are prompted for an Administrator password set. Memorise this password.
- You can also manage the Server, we recommend phpMyAdmin for you. This you can install with "sudo apt-get install phpmyadmin".
- After the successful Installation of phpMyAdmin, you can use OwnCloud now and manage.

Ubuntu: OwnCloud install
How to make your OwnCloud encrypt can, we can tell you in our next practice tip.