OwnCloud
In this lesson, we dive into installing and exploring the features of OwnCloud, a highly recommended alternative to Dropbox or other file-sharing platforms. OwnCloud allows for a centrally located file-sharing service among many users, making it an ideal choice for churches. Here’s how to get started:
OwnCloud Installation
Login
- Navigate to your OwnCloud installation at
cloud.example.com
. - Create an admin account and password (Write it down!).
- Configure the setup:
- Storage and Database Settings:
- If you added a volume to your droplet, change the Data Folder to:
/mnt/wbvolume/owncloud
- Set the Database Type to “MySQL/MariaDB”:
- Database User:
owncloud
- Database Password: * (See instructions below)
- Database Name:
owncloud
- Database Host:
localhost
- Database User:
- If you added a volume to your droplet, change the Data Folder to:
- Click on Finish Setup.
- Storage and Database Settings:
Finding Your OwnCloud Database Password
- Log into your server via SSH:
- Use Terminal (Mac/Linux) or Putty (Windows) and enter:
ssh root@example.com
- Enter your server password.
- Use Terminal (Mac/Linux) or Putty (Windows) and enter:
- Retrieve your password by typing:
cat /root/.digitalocean_password
- Copy the OwnCloud password and paste it into the Database Password field during setup.
Setup Overview
- Verify all settings.
- Add users to the system.
- Explore the features as demonstrated in the video.
Installation Overview on Desktop and Mobile
- Visit OwnCloud Install and download the Desktop Client.
- Connect using your domain name, username, and password.
- Download the OwnCloud App on your mobile device.
- Use the same domain name, username, and password for connection.
OwnCloud is a robust and versatile file-sharing platform that empowers your church with centralized and secure file management. Dive into its features and see how it can streamline your operations.