How to Install OwnCloud to Ubuntu 14.04 LTS

This quick how-to steps you through a simple installation of OwnCloud to a Ubuntu 14.04 server. First, you need some prereqs: sudo apt-get install php5-gd mysql-server To begin, you need to add the repository for ownCloud for ubuntu 14.04. wget -nv https://download.owncloud.org/download/repositories/stable/xUbuntu_14.04/Release.key -O Release.key apt-key add – < Release.key Next,… Continue reading