Download and install from a expecific website

Issues related to applications and software problems
Post Reply
punktuga21
Posts: 30
Joined: 2017/08/04 08:40:51

Download and install from a expecific website

Post by punktuga21 » 2017/10/12 12:20:05

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!
Last edited by punktuga21 on 2017/10/16 08:30:26, edited 1 time in total.

aegersz
Posts: 86
Joined: 2016/04/04 07:42:58

Re: Download and install from a expecific website

Post by aegersz » 2017/10/16 03:47:19

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 ...

punktuga21
Posts: 30
Joined: 2017/08/04 08:40:51

Re: Download and install from a expecific website

Post by punktuga21 » 2017/10/16 08:31:26

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?

aegersz
Posts: 86
Joined: 2016/04/04 07:42:58

Re: Download and install from a expecific website

Post by aegersz » 2017/10/16 08:42:09

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 !

punktuga21
Posts: 30
Joined: 2017/08/04 08:40:51

Re: Download and install from a expecific website

Post by punktuga21 » 2017/10/16 11:45:11

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!

aegersz
Posts: 86
Joined: 2016/04/04 07:42:58

Re: Download and install from a expecific website

Post by aegersz » 2017/10/17 00:18:42

you are welcome. Enjoy !

Post Reply