├── .gitattributes ├── Setting own cloud.txt ├── config php owncloud.txt ├── mounting hard Drive.txt ├── portforwarding.txt ├── read me.txt ├── requrements.txt └── ssl.txt /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /Setting own cloud.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpvaghela/Private_cloud_using_RaspberryPi/b8d26d13798e8c846d03ac4421b06d0ccb1aa711/Setting own cloud.txt -------------------------------------------------------------------------------- /config php owncloud.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpvaghela/Private_cloud_using_RaspberryPi/b8d26d13798e8c846d03ac4421b06d0ccb1aa711/config php owncloud.txt -------------------------------------------------------------------------------- /mounting hard Drive.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpvaghela/Private_cloud_using_RaspberryPi/b8d26d13798e8c846d03ac4421b06d0ccb1aa711/mounting hard Drive.txt -------------------------------------------------------------------------------- /portforwarding.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpvaghela/Private_cloud_using_RaspberryPi/b8d26d13798e8c846d03ac4421b06d0ccb1aa711/portforwarding.txt -------------------------------------------------------------------------------- /read me.txt: -------------------------------------------------------------------------------- 1 | Authors : 2 | Kartvyasinh Vaghela(C0700751) 3 | Sanikumar Faldu (C0726356) 4 | Mohammed Asim Chaudhary (C0727101) 5 | Sanchit Sharma (C0727978) 6 | ****Capstone project - Lambton college in Toronto*** 7 | ***program : Cloud Computing for Big Data*** 8 | Guided by: Mr. William Pourmajidi 9 | Project title : Private cloud using Raspberry pi 10 | Dt. 7th of April 2019 11 | **all rights reserved** -------------------------------------------------------------------------------- /requrements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpvaghela/Private_cloud_using_RaspberryPi/b8d26d13798e8c846d03ac4421b06d0ccb1aa711/requrements.txt -------------------------------------------------------------------------------- /ssl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpvaghela/Private_cloud_using_RaspberryPi/b8d26d13798e8c846d03ac4421b06d0ccb1aa711/ssl.txt --------------------------------------------------------------------------------