Tuesday, October 6, 2015
ownCloud 7.0.4 released, Install on Linux Ubuntu, Linux Mint, OpenSUSE, Fedora, Debian, CentOS and Mac OS X
ownCloud 7.0.4 released, Install on Linux Ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, openSUSE 13.2, openSUSE 13.1, openSUSE 12.3, openSUSE 12.2, openSUSE 12.1, Fedora 20, Fedora 19, Debian 7 "wheezy", CentOS 6.5, CentOS 7 and Mac OS X via PPA
ownCloud is an open source and universal cloud storage server that can be customized and deployed on your own server in no time. It provides home users and small or medium businesses alike with the best solution for a complete cloud storage server.
What's New in This Release:
- Added XMLWriter check
- Better deleted outdated previews
- Store storage credential in session only if needed
- Don't disclose relative directory path for single shared files of user
- Password reset fixes
- Fix enable app only for a specific group
- fixing port configuration in trusted domains
- LDAP fixes
- Make group search case sensitive
- Allow admin to change users display name
- ldap performance improvements
- config.php can now be read only
- Several smaller fixes
Access your data from all your devices
It allows users to access data from all of their devices, makes sharing of files with other people possible, supports automatic backups, and keeps your contacts, calendars, files, and photo galleries synchronized across all of your devices.
The software features support for calendars, contacts, external storage, image galleries, skins, document viewer, application store, user documentation, file versioning, migration and backup, powerful search, tasks, undelete, and public APIs.
The software features support for calendars, contacts, external storage, image galleries, skins, document viewer, application store, user documentation, file versioning, migration and backup, powerful search, tasks, undelete, and public APIs.
Supports mounting of remote storage accounts
Support for mounting Dropbox, FTPs, Google Documents, Swift, Amazon S3 and external WebDAV servers is also possible in ownCloud. In addition, all users can backup their data and migrate to another ownCloud instance with a few mouse clicks.
If you already have your own server, with ownCloud there’s no need to subscribe to expensive cloud hosting services like Dropbox, Box.net, OneDrive or MEGA. The project lets anyone to deploy their very own cloud service.
If you already have your own server, with ownCloud there’s no need to subscribe to expensive cloud hosting services like Dropbox, Box.net, OneDrive or MEGA. The project lets anyone to deploy their very own cloud service.
How to install ownCloud 7.0.4 on xUbuntu 14.10 Utopic Unicorn, xUbuntu 14.04 Trusty Tahr (LTS), open a new Terminal window and bash (get it?) in the following commands:
For xUbuntu 14.10 run the following:
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/xUbuntu_14.10/ /' >> /etc/apt/sources.list.d/owncloud-client.list"
sudo apt-get update
sudo apt-get install owncloud-client
You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). To add the key, run:
wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/xUbuntu_14.10/Release.key
sudo apt-key add - < Release.key
For xUbuntu 14.04 run the following:
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/xUbuntu_14.04/ /' >> /etc/apt/sources.list.d/owncloud-client.list"
sudo apt-get update
sudo apt-get install owncloud-client
You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). To add the key, run:
wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/xUbuntu_14.04/Release.key
sudo apt-key add - < Release.key
For more information about installation ownCloud 7.0.4 on Ubuntu 13.10, Ubuntu 13.04, Ubuntu 12.04 you can follow this page.
How to install ownCloud 7.0.4 on Debian 7 "wheezy", open a new Terminal window and bash (get it?) in the following commands:
For Debian 7.0 run the following as root:
echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Debian_7.0/ /' >> /etc/apt/sources.list.d/owncloud-client.list
apt-get update
apt-get install owncloud-client
You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). To add the key, run:
wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/Debian_7.0/Release.key
apt-key add - < Release.key
How to install ownCloud 7.0.4 on CentOS 6 and RHEL 6, open a new Terminal window and bash (get it?) in the following commands:
For RedHat RHEL-6 run the following as root:
cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/RedHat_RHEL-6/isv:ownCloud:desktop.repo
yum install owncloud-client
For CentOS CentOS-6 run the following as root:
cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/CentOS_CentOS-6/isv:ownCloud:desktop.repo
yum install owncloud-client
How to install ownCloud 7.0.4 on Fedora 20 and Fedora 19, open a new Terminal window and bash (get it?) in the following commands:
For Fedora 20 run the following as root:
cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/Fedora_20/isv:ownCloud:desktop.repo
yum install owncloud-client
For Fedora 19 run the following as root:
cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/Fedora_19/isv:ownCloud:desktop.repo
yum install owncloud-client
How to install ownCloud 7.0.4 on openSUSE 13.2, openSUSE 13.1, openSUSE 12.3/12.2/12.1, open a new Terminal window and bash (get it?) in the following commands:
For openSUSE Factory PPC run the following as root:zypper addrepo http://download.opensuse.org/repositories/isv:ownCloud:desktop/openSUSE_Factory_PPC/isv:ownCloud:desktop.repo
zypper refresh
zypper install owncloud-client
For openSUSE Factory ARM run the following as root:
zypper addrepo http://download.opensuse.org/repositories/isv:ownCloud:desktop/openSUSE_Factory_ARM/isv:ownCloud:desktop.repo
zypper refresh
zypper install owncloud-client
For openSUSE Factory run the following as root:
zypper addrepo http://download.opensuse.org/repositories/isv:ownCloud:desktop/openSUSE_Factory/isv:ownCloud:desktop.repo
zypper refresh
zypper install owncloud-client
For openSUSE 13.2 run the following as root:
zypper addrepo http://download.opensuse.org/repositories/isv:ownCloud:desktop/openSUSE_13.2/isv:ownCloud:desktop.repo
zypper refresh
zypper install owncloud-client
For openSUSE 13.1 Ports run the following as root:
zypper addrepo http://download.opensuse.org/repositories/isv:ownCloud:desktop/openSUSE_13.1_Ports/isv:ownCloud:desktop.repo
zypper refresh
zypper install owncloud-client
For openSUSE 13.1 run the following as root:
zypper addrepo http://download.opensuse.org/repositories/isv:ownCloud:desktop/openSUSE_13.1/isv:ownCloud:desktop.repo
zypper refresh
zypper install owncloud-client
For openSUSE 12.3 run the following as root:
zypper addrepo http://download.opensuse.org/repositories/isv:ownCloud:desktop/openSUSE_12.3/isv:ownCloud:desktop.repo
zypper refresh
zypper install owncloud-client
For openSUSE 12.2 run the following as root:
zypper addrepo http://download.opensuse.org/repositories/isv:ownCloud:desktop/openSUSE_12.2/isv:ownCloud:desktop.repoThe source is available now for Mac OS X. Binary packages are in the process of being built, and will appear soon at their respective download locations.
zypper refresh
zypper install owncloud-client
Our hope tutorial entitled "ownCloud 7.0.4 released, Install on Linux Ubuntu, Linux Mint, OpenSUSE, Fedora, Debian and CentOS" can be useful for visitors or readers.
Home OwnCloud
Labels:
application
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment