Install ownCloud 8.1.0 on Ubuntu 15.04 via Shell

This tutorial covers the installation of ownCloud 8.1.0 on an Ubuntu 15.04 system via Shell. We will install ownCloud 8.1.0 manual on the Ubuntu system. We don’t use any ready-to-deploy packages. 1. Prequisities Open a terminal on your system and type following command into it. This will install the required modules for a ownCloud installation. We will use Apache and mySQL. Type following commands in a terminal: sudo apt-get install apache2 mysql-server libapache2-mod-php5 php5-gd php5-json php5-mysql php5-curl php5-intl php5-mcrypt php5-imagick This will install the PHP5 and mySQL server on the…

Read More