VPS with cPanel

I have a VPS with cPanel on it. I ran the terminal commands to install owncloud, now what? where is it, how do i set it up under any particular account?

what instructions were you following?

these are the official ones:

https://doc.owncloud.com/server/10.0/admin_manual/installation/source_installation.html

2 Likes

I used the commands on this page:

https://download.owncloud.org/download/repositories/stable/owncloud/index.html

There seem to be various install options, is there another one I should have done? I have no idea where owncloud has been installed or if it has simply had the install files transferred to my sever.

Okay, what you installed is the owncloud-files package.

This is just the code of ownCloud. ownCloud requires a Database, PHP and a web Server to run. This is known as a LAMP Stack. Linux, Apache, Mysql, PHP. You need the LAMP to be there for ownCloud to work.

owncloud-files provides just the ownCloud code.

please read this if you want to continue with the package installation:

https://doc.owncloud.com/server/10.0/admin_manual/installation/linux_installation.html


I would recommend you to install ownCloud manually via this:

https://doc.owncloud.com/server/10.0/admin_manual/installation/source_installation.html#install-the-required-packages

1 Like