Page 1 of 1

Download and install from a expecific website

Posted: 2017/10/12 12:20:05
by punktuga21
Hey there, I want to download owncloud to my CentOS 6.8 server without desktop and I don't know how, any help please? Thank you!

Re: Download and install from a expecific website

Posted: 2017/10/16 03:47:19
by aegersz
I have a VPS and i just went to owncloud and downloaded the latest cut and unzipped it into my web dir.

see https://www.rosehosting.com/blog/instal ... -6-server/

Download, extract and move ownCloud to your CentOS VPS webserver directory.

go to https://owncloud.org/install/#edition and download the latest version
tar -xjf downloaded_file_from_above
mv owncloud /path/to/your/webserver


something along those lines ...

Re: Download and install from a expecific website

Posted: 2017/10/16 08:31:26
by punktuga21
aegersz wrote:I have a VPS and i just went to owncloud and downloaded the latest cut and unzipped it into my web dir.

see https://www.rosehosting.com/blog/instal ... -6-server/

Download, extract and move ownCloud to your CentOS VPS webserver directory.

go to https://owncloud.org/install/#edition and download the latest version
tar -xjf downloaded_file_from_above
mv owncloud /path/to/your/webserver


something along those lines ...
Can I do that in the command line?

Re: Download and install from a expecific website

Posted: 2017/10/16 08:42:09
by aegersz
yes, please do. I only use command lines when working with Linux anyway.

just find your download directory and unzip it there and mv (move) it to your webdir new path called "owncloud" or else copy the unzipped file to your root webdir and unzip it into owncloud directory.

then point your browser to your site/owncloud.

you may have to change the config file on owncloud so do some research.

only ever download software from the dudes that wrote it or an established rpm site !

Re: Download and install from a expecific website

Posted: 2017/10/16 11:45:11
by punktuga21
aegersz wrote:yes, please do. I only use command lines when working with Linux anyway.

just find your download directory and unzip it there and mv (move) it to your webdir new path called "owncloud" or else copy the unzipped file to your root webdir and unzip it into owncloud directory.

then point your browser to your site/owncloud.

you may have to change the config file on owncloud so do some research.

only ever download software from the dudes that wrote it or an established rpm site !
Thanks, it worked!

Re: Download and install from a expecific website

Posted: 2017/10/17 00:18:42
by aegersz
you are welcome. Enjoy !