ownCloud

Install ownCloud Server on Ubuntu 16.04

Software Installation Install Apache web server and dependancies sudo apt-get -y install apache2 libapache2-mod-php7.0 Install PHP and required supporting modules sudo apt-get -y install php php-mysql php-curl php-dom php-gd php-ldap php-mcrypt php-zip Install MariaDB database server sudo apt-get install mariadb-server mariadb-client Install ownCloud server Download the current ownCloud software cd /var/www/html sudo wget https://download.owncloud.org/community/owncloud-9.0.1.tar.bz2 Extract… read more »

Install ownCloud on Ubuntu 14.04 Using Docker

This article was written based on the exact step-by-step process used to create an ownCloud Server using Ubuntu 14.04 with Docker from a new 512MB Cloud Instance from Codero Hosting. Each step is documented starting from the initial log into the server. Requirements: SSH root access to the server. Use of Nano text editor. Update… read more »

Sidebar