Skip to content

Latest commit

 

History

History
77 lines (40 loc) · 4.78 KB

lab5.md

File metadata and controls

77 lines (40 loc) · 4.78 KB

###ESBPII Lab 05 - Setting up owncloud #######L H Malavige - IT12042302


##Screenshots - Setting up owncloud

Setting up an online repository that has owncloud package- 1 image2

Setting up an online repository that has owncloud package - 2 image3

Install owncloud package image4

Setting up a local repository in /etc/yum.repos.d as LocalRepo by mounting the RHEL-7 cdrom (mount point - /cdrom) image4

Installing web service image4

Start and enable(start at the boot) the web service image5

Download and install mysql-server image5

Start and enable(start at the boot) mysql-server image5

Initiate mysql configurations image5

Mysql configuration - 1

image5

Mysql configuration - 2

image5

Creating Database and setting username password image5

Edit /etc/httpd/conf/httpd.conf to Allowoverride All so that the configurations can be altered accordingly image5

Download owncloud application, Copy it to /var/www/html and extract. You may delete the .tar file after extraction" image5

Setting up the permission of /var/www/html/owncloud image5

Type http://localhost/owncloud as the URl in the browser to access the owncloud image5

Type admin username and password and then fill the storage specifications.Mysql was installed as the db solution and Username and password were provided when creating the database image5

Completed image5