Implementation of Private Cloud using ownCloud. ownCloud is a suite of client–server software for creating and using file hosting services. This repository explains implementing ownCloud on an Ubuntu VM running on top of a Windows host for secure cloud storage. LAMP server was setp up to configure ownCloud and database used is MariaDB
- Download Virtual Box from https://www.virtualbox.org/ and install it on your machine
- Download my repo
- Open VirtualBox, go to File -> Import Application
- Choose the .vbox file in my repo and start the VM
- Once VM boots, open browser and go to localhost/owncloud to access ownCloud
If you want to create a custom ownCloud install, refer the steps in the word document of this repo.