You are on page 1of 7

Experiment No.

3
Aim : Storage as a Service using Own Cloud.
Steps:
Upgrading and Updating Ubuntu
$ sudo apt update -y && sudo apt upgrade -y

Installing apache and php

Checking the installation of apache


Checking version of php

Installing mariadb server

Securing your mqsql installation


Creating user and assigning priviliges

Downloading and extracting owncloud

Changing mode and ownership rights


And setting up conf file with the following content
Alias /owncloud "/var/www/owncloud/"

<Directory /var/www/owncloud/>
Options +FollowSymlinks
AllowOverride All

<IfModule mod_dav.c>
Dav off
</IfModule>

SetEnv HOME /var/www/owncloud


SetEnv HTTP_HOME /var/www/owncloud

</Directory>

Enabling services
Running own cloud on apache server

Setting up admin credentials


OWNCLOUD SETUP SUCCESSFULLY DONE
Conclusion:- Thus we have studied and implemented storage as services using own
cloud in ubuntu. Own Cloud only stands to grow in popularity as people and enterprises
become more concerned about the true security of their data, given the recent leaks we
have seen from the NSA and the co-operation of companies such as Google or Apple in
sharing user data

You might also like