How to Install OwnCloud 8 – Create Personal/Private Cloud Storage in Ubuntu 16.04,15.04,14.04

Channel:
Subscribers:
25,100
Published on ● Video Link: https://www.youtube.com/watch?v=8l7rFidBq7U



Category:
Tutorial
Duration: 22:58
11,946 views
40


Hello Everyone,

In this tutorial,

Let Us Install OwnCloud 8 Released – Create Personal/Private Cloud Storage in Ubuntu 14.04, 14.10 LTS -

You Can also Install in Linux Mint17, Debian, Xbuntu

In order to setup your own personal cloud storage (ownCloud), you must have LAMP (Linux, Apache, MySQL, PHP) stack installed. Other than LAMP stack you might need Perl and Python based upon your use.

Step 1 :- sudo apt-get install apache2 apache2-doc apache2-utils mysql-server mysql-client php5 php5-mysql php5-curl.

Create Cloud Database
Once you setup LAMP stack on your personal box, just login to your database (MySQL, here).

Step 2 :- mysql -u root –p

Step 3 :- create database cloud ;

Step 4 :- grant all on cloud.* to cloud@localhost identified by 'my_password';

Download and Install ownCloud Application

http://owncloud.org/install/

Step 4:- wget https://download.owncloud.org/community/owncloud-8.0.0.tar.bz2

Step 5:- cp owncloud-8.0.0.tar.bz2 /var/www/

Step 6:- tar -jxvf owncloud-8.0.0.tar.bz2

Step 7:- rm -rf owncloud-8.0.0.tar.bz2

Step 8:- chmod -R 777 owncloud/

Configuring Apache for ownCloud

For security purpose ownCloud uses Apache‘s .htaccess files, in order to use them. We need to enable two Apache modules mod_rewrite and mod_headers for ownCloud to function properly.

Step 9:- a2enmod rewrite
a2enmod headers

Step 10:- nano /etc/apache2/apache2.conf
There, find “AllowOverride None” under Directory /var/www/ and change this to “AllowOverride All”

Step 11:- AllowOverride All

Step 12:- service apache2 restart
Access ownCloud Application


http://localhost/owncloud

OR

http://your-ip-address/owncloud

Error’s
404 Not Found
the requested URL /owncloud/ was not found on this server.
apache/2.4.7 (Ubuntu) Server at myIP Port 80

Edit /etc/apache2/sites-available/000-default.conf
DocumentRoot /var/www/html
to
DocumentRoot /var/www/

Restarted apache

Error’s

sudo apt-get install php5-gd

/etc/init.d/apache2 restart

Error’s

First edit the file apache2

sudo gedit /etc/apache2/apache2.conf
then find Directory /var/www/ change
AllowOverride none
to
AllowOverride All

Save & Quit

Restarted apache
sudo service apache2 restart

NOTE :- For Any Clarification Please Below

Comment,
Like and
Share  us  and  help us to spread.

####--------------------------------------------------------------------------------------####
Subscribe :- http://www.youtube.com/user/itcloudnet?sub_confirmation=1
Website :- http://www.cloudnetwork.in
Facebook :- http://facebook.com/itCloudNetwork/
Twitter :- http://twitter.com/itcloudnet
Pinterset :- http://pinterset.com/itcloudnet
LinkedIn :- http://in.linkedin.com/pub/itcloudnet
Google+ :- https://plus.google.com/u/0/107923552480070716949/posts
Skype Id :- cloud.network1
E-Mail Id :- itcloudnet@gmail.com
####----------------------------------------------------------------------------------------####                         
Thanking You
Hope U Like it........




Other Videos By Cloud Network


2015-03-04Learn Basic Shell Scripts for Linux to Shell Programming - Part II
2015-03-04How to Create NFS, NIS Server & Client Install and Config on Redhat Linux With Example - Part 14
2015-03-02How to Configure FirewallD in RHEL Linux 6, CentOS 7 and Fedora 23/22/21
2015-03-02How to Set Permission's Commands Guide on Redhat Linux, Ubuntu, CentOS(Terminal) - Lab 5
2015-03-02Useful ‘FirewallD’ Rules to Configure and Manage Firewall in Redhat Linux, CentOS 7 & Fedora 23/22
2015-03-02Group Administration Commands Guide in Redhat Linux, Ubuntu, CentOS(Terminal) - Lab 4
2015-02-27How to Install LAMP(MySql, Apache, MariaDB, PhpMyAdmin) in Redhat Linux, CentOS 7 & Fedora 21/22/23
2015-02-26Complete Installation Guide for Android Emulator SDK/ADT Manager With Eclipse on Ubuntu 14.10/15.04
2015-02-24How to Install Viber 4.2.2.6.2 on Ubuntu 15.04, Linux Mint 17.2 and Fedora Workstation 23/22/21
2015-02-24How to Install & Use Linux Malware Detect LMD with ClamAV as Antivirus Engine in Fedora 22/21/20
2015-02-23How to Install OwnCloud 8 – Create Personal/Private Cloud Storage in Ubuntu 16.04,15.04,14.04
2015-02-21How to Install Ubuntu Desktop 14.04.2 LTS in Virtual Box With Full Screen Resolution
2015-02-21How to Install BODHI LINUX 3.0.0 in Virtual Box With Full Screen Resolutions
2015-02-19User Administration Commands for Beginners Guide in Redhat Linux, Ubuntu, Fedora(Terminal) and Lab 4
2015-02-19Beginner's Vi(Visual Interface) Editor Commands Guide in Redhat Linux, Fedora 21 Lab - 2
2015-02-18Build a New Website from Google Boggler with New Template & Completed Feature with Editing
2015-02-1725 Some Basic Commands for Beginners Guide in Redhat Linux, Ubuntu, Fedora (Terminal) - Lab 1
2015-02-15How to Install Oracle SQL Developer Data Modeler 4 in Windows 7/8/8.1 & Windows 10
2015-02-15How to Install Oracle Enterprise Pack for Eclipse 12.1 in Windows 7 - 64bit
2015-02-12Solve the Error in invoking target all no orcl of makefile in Oracle DB 12c in Ubuntu 15.04/14.04
2015-02-12How to Install and Configure of Oracle Database 12c on Ubuntu 18.04 LTS



Tags:
YouTube Editor
Ubuntu (Operating System)
OwnCloud
Create (TV Network)
How-to (Website Category)
Cloud Storage (Website Category)
Windows
Server
Computer
Tutorial
Linux
Linux Kernel (Software)
Desktop
Software (album)
New
Basic
Long-term Support