• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How to install Owncloud in OpenSUSE

{{postValue.id}}

To install Owncloud in OpenSuse

OwnCloud is similar to the Dropbox which is free and open-source. It supports extensions that permits it to work like Google Drive and allows the user to perform online document editing, calendar and contact synchronization etc. Installation of Owncloud in OpenSUSE is explained in this article.

Features

  • It synchronizes data with software applications.
  • File storage is done in a conventional directory structures.
  • Music streaming.
  • It adminsters the User and group.
  • Sharing of content via groups or public URLs.
  • Contains online text editor with syntax highlighting and code folding.

Installation of Owncloud

Run the following command to add the Owncloud package into repository.

linuxhelp:/home/user1 # zypper addrepo http://download.opensuse.org/repositories/isv:ownCloud:community/openSUSE_13.2/isv:ownCloud:community.repo
Adding repository ' Latest stable community release of ownCloud server (openSUSE_13.2)'  ............[done]
Repository ' Latest stable community release of ownCloud server (openSUSE_13.2)'  successfully added
Enabled: Yes
Autorefresh: No
GPG check: Yes
URI: http://download.opensuse.org/repositories/isv:/ownCloud:/community/openSUSE_13.2/


Then refresh the package by running the following command.

linuxhelp:/home/user1 # zypper refresh 
Retrieving repository ' Latest stable community release of ownCloud server (openSUSE_13.2)'  metadata --[]

New repository or package signing key received:

  Repository:       Latest stable community release of ownCloud server (openSUSE_13.2)
  Key Name:         isv:ownCloud OBS Project < isv:ownCloud@build.opensuse.org>         
  Key Fingerprint:  F9EA4996 747310AE 79474F44 977C43A8 BA684223                      
  Key Created:      Mon Feb  9 19:51:08 2015         
.
.
.
Retrieving repository ' openSUSE-13.2-Update'  metadata .............................................[done]
Building repository ' openSUSE-13.2-Update'  cache ..................................................[done]
Repository ' openSUSE-13.2-Update-Non-Oss'  is up to date.
All repositories have been refreshed.


After refreshing, install the Owncloud package by using the following command.

linuxhelp:/home/user1 # zypper install owncloud 
Loading repository data...
Reading installed packages...
Resolving package dependencies...

The following 13 NEW packages are going to be installed:
  owncloud owncloud-config-apache owncloud-server php5-curl php5-fileinfo php5-gd php5-ldap 
  php5-mbstring php5-openssl php5-pear php5-posix php5-zip php5-zlib
.
.
.
(12/13) Installing: owncloud-config-apache-8.1.9-12.1 .............................................[done]
Additional rpm output:
owncloud-config-apache: First install complete
owncloud-config-apache: Reloading
redirecting to systemctl reload apache2.service
(13/13) Installing: owncloud-8.1.9-12.1 ...........................................................[done]

To create database

Create database for Owncloud by running the following command.

linuxhelp:/home/user1 # mysql 
Welcome to the MariaDB monitor.  Commands end with   or g.
Your MariaDB connection id is 5
Server version: 10.0.25-MariaDB openSUSE package

Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others.

Type ' help '  or ' h'  for help. Type ' c'  to clear the current input statement.

MariaDB [(none)]>  create database cloud_db 
Query OK, 1 row affected (0.02 sec)

MariaDB [(none)]>  grant all on cloud_db.* to ' root' @' localhost'  identified by ' 12345'  
Query OK, 0 rows affected (0.04 sec)

MariaDB [(none)]>  flush privileges 
Query OK, 0 rows affected (0.02 sec)

MariaDB [(none)]>  q 
Bye


Restart the Apache service by running the following command.

linuxhelp:/home/user1 # systemctl restart apache2.service 


Open the web-browser and enter the URL http://< IP_address> /owncloud/
Web_browser
Here, login using the credentials.
Login
Then choose " Storage and database" and enter the required details.
storage_database
Now we have successfully logged into Owncloud.
Owncloud

Click upload menu and then choose the file to be uploaded into the Owncloud storage.
Owncloud_storage
file.txt
Click New to create file or folder in Owncloud.
new_textfile
save

Tags:
jayce
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

Why does ownCloud use csync rather than rsync?

A

Herersync is a one-way syncing protocol. This means that if you have two servers and delete a file on one side, it will pop up again if you use rsync. To ensure old files get removed but the new file

Q

Why do you use HTTP and not another protocol?

A

HTTP goes through every firewall and proxy.

Q

Is it safe to upgrade to the new release?

A

All code entering ownCloud has been reviewed twice as well as tested by both automated means and through the efforts of volunteers.

Q

How can I get involved in the ownCloud Community?

A

The best way to get started is to visit owncloud.org/contribute.

Q

Are files encrypted during sync?

A

Yes, we use TLS for sending and receiving files over the network so they are encrypted during transmission.

Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Sebastian ?
How to change non required to required field in SuiteCRM Custom/Default Modules

How to change not required to the required field in SuiteCRM Custom/Default Modules?

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.