OwnCloud
Now we're going to get into our OwnCloud installation and learn the insides and outs of this awesome service! I recommend this highly over Dropbox or other alternatives in file sharing. There are some very good options out there including Dropbox, Google Drive, OneCloud, etc. The reason that I recommend OwnCloud over those options for your church is because it allows you to have one centrally located file-sharing service between many users. I explain this, and more in the video.
OwnCloud
Login
- Go to your installation of OwnCloud at (cloud.example.com).
- Create an Admin Account and Password (WRITE IT DOWN!)
- Click on the Storage and Database dropdown
- IF you added a Volume to your droplet, change the Data Folder to:
/mnt/wbvolume/owncloud
- Change the Database Type to "MySQL/MariaDB"
- Database User:
owncloud
- Database Password: * (See instructions below)
- Database Name:
owncloud
- Database Host:
localhost
- Database User:
- Click on Finish Setup
- IF you added a Volume to your droplet, change the Data Folder to:
* How to Find Your OwnCloud Database Password
- Log into your server through SSH
- Through Terminal (Mac/Linux) or Putty (Windows) type:
ssh root@example.com and put in your password
- Once in type:
cat /root/.digitalocean_password
- a printout of your usernames and passwords will appear. Copy the OwnCloud Password and enter it into the above Database Password field.
- Through Terminal (Mac/Linux) or Putty (Windows) type:
Setup Overview
- Check all settings.
- Add Users
- ...
Installation Overview on Computer and Mobile
- Go to https://owncloud.org/install/ and download your Desktop Client.
- Connect using your Domain Name along with the Username and Password that you just created.
- Download the OwnCloud App on Mobile and connect using your Domain Name, Username and Password.