ownCloud Server Quick Start Guide for Ubuntu
How to Getting Started with ownCloud Server on Ubuntu Linux.
ownCloud provides universal access to your files via the web, your computer or your mobile devices — wherever you are.
It also provides a platform to easily view & sync your contacts, calendars and bookmarks across all your devices and enables basic editing right on the web.
- ownCloud Documents
- Access your Data
- Sync your Data
- Share your Data

-
How to Install ownCloud Server for Ubuntu
-
Point Browser to domain/IP ownCloud Location:
https://[IP/domain]/owncloud
How to Enable Https Secure Connection Apache Ubuntu
-
SetUp ownCloud Web Admin Backend Login:
How to Get a Free SSL Signed Certificate
-
The ownCloud Web Admin Backend:
-
Making New Folders to Store Data into ownCloud:
sudo mkdir /usr/share/owncloud/data/myowncloudadmin/files/general
sudo chown www-data:www-data mkdir /usr/share/owncloud/data/myowncloudadmin/files/general
Refresh Browser to Find the New ownCloud Directory…
-
How to Install ownCloud Sync Client for Ubuntu