0% found this document useful (0 votes)
176 views6 pages

Help Dreamhost Com HC En-Us Articles 216472487-How-to-install-ownCloud

This document provides instructions for installing ownCloud on a server using SSH. It describes downloading the ownCloud files, verifying the integrity, extracting the files, and navigating to the installation page in a web browser. It also mentions enabling the PHP intl extension, connecting to DreamObjects cloud storage, installing desktop clients, and troubleshooting.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
176 views6 pages

Help Dreamhost Com HC En-Us Articles 216472487-How-to-install-ownCloud

This document provides instructions for installing ownCloud on a server using SSH. It describes downloading the ownCloud files, verifying the integrity, extracting the files, and navigating to the installation page in a web browser. It also mentions enabling the PHP intl extension, connecting to DreamObjects cloud storage, installing desktop clients, and troubleshooting.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Change language

DreamHost.com Contact Support English (US) 

Search our articles

DreamHost > Advanced Topics / Customization > ownCloud   

How to install ownCloud

Overview
This article walks you through installing ownCloud using SSH. Please review the following articles before beginning as you'll need
access to a terminal and basic knowledge of how to run Shell commands:

Enabling Shell access


SSH overview

Enable the PHP intl extension


ownCloud requires the PHP intl extension to function. This is not enabled by default on your server,  so you must manually enable it
using the following article:

How to enable the intl extension

Make sure to confirm it's loaded using a phpinfo.php file before continuing.

Installing manually
1. Visit ownCloud’s download page.
2. Look for the section to download a 'Tar' or 'Zip' file.

PDFmyURL easily turns web pages and even entire websites into PDF!
This example uses the Tar file.

3. The next page details all steps to install. Right click the Download Tar button and choose 'Copy link Address'.
4. Log into your server via SSH.
5. Navigate to the directory you wish to install ownCloud
6. Run a 'wget' command to download the .tar.bz2 file. Type in wget , followed by the link you copied above.

[server]$ wget https://download.owncloud.org/community/owncloud-10.0.8.tar.bz2

7. Under the Download Tar button, right click 'sha256' and choose 'Copy link Address'. Then run 'wget' to download this file.

[server]$ wget https://download.owncloud.org/community/owncloud-10.0.8.tar.bz2.sha256

8. Next, verify the sha256 signature against the .tar.bz2 file to ensure it's matches.

[server]$ sha256sum -c owncloud-10.0.8.tar.bz2.sha256 < owncloud-10.0.8.tar.bz2


owncloud-10.0.8.tar.bz2: OK

9. If it says 'OK', decompress the file:

[server]$ tar xvjf owncloud-10.0.8.tar.bz2

This creates a new subdirectory called /owncloud in the same directory you ran the command.
10. In your browser, navigate to the /owncloud folder. The URL is most likely something like example.com/owncloud.

PDFmyURL easily turns web pages and even entire websites into PDF!
11. Enter a username and password, and then click the Finish setup button.

Install a desktop client


You can also install a desktop client for Windows, Mac, and Linux. These allow you to interact with ownCloud from your local computer.
Visit the following link for details:

Desktop clients

Connecting to DreamObjects
Now that you've installed ownCloud, you can start using it to manage your data. If you're already using a DreamObjects account to
store your data, you can link that to your ownCloud installation. View the following article for instructions:

Using ownCloud with DreamObjects

PDFmyURL easily turns web pages and even entire websites into PDF!
Removing ownCoud
To remove your website ownCloud installation, just delete the directory of ownCloud files.

For the desktop clients, uninstall the program like any other program on your operating system.

Troubleshooting
After installing, you may see the following warning on the Settings > General page:

Transactional file locking should be configured to use memory-based locking, not the default slow database-based locking

This is just a recommendation to improve performance by installing Redis and using Memcache as noted here:

https://doc.owncloud.org/server/10.0/admin_manual/configuration/server/caching_configuration.html#configuring-transactional-
file-locking-label

Since this installation requires sudo access, it is only possible on a Dedicated server, or DreamCompute as these plans allow for
root/sudo access to the server:

Dedicated server overview


What is DreamCompute?

See also
ownCloud overview
ownCloud errors due to OPcache
SSH overview

Did this article answer your questions?

Yes No

PDFmyURL easily turns web pages and even entire websites into PDF!
Article last updated April 10, 2019 20:26 PST.   

RELATED ARTICLES

How to enable the intl extension

SSH overview

Enabling Shell access

Connecting ownCloud to DreamObjects

ownCloud overview

Still not finding what you're looking for?


Contact our support team with any additional questions or concerns.

Contact Support

Get Started Services   Company   Support

PDFmyURL easily turns web pages and even entire websites into PDF!
DreamHost.com Domains WordPress Hosting About Affiliates Contact

Sign Up Web Hosting Cloud Storage Blog Partners Forums

Log In VPS Hosting Cloud Computing Careers Green Hosting Report Abuse

Dedicated Servers Press & News Legal

Terms of Service Privacy Policy Whois

PDFmyURL easily turns web pages and even entire websites into PDF!

You might also like