Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: ras125 on August 14, 2009, 04:18:11 PM

Title: Installing software offline
Post by: ras125 on August 14, 2009, 04:18:11 PM
How can I add software to an SME 7.4 server which is running on a network permanently off-line?

Thank you,

Ralph
Title: Re: Installing software offline
Post by: kb-ohnemus on August 14, 2009, 06:20:02 PM
Download the needed rpm-file, put it on your SME-Box and install it with "yum install <filename>". Dependecy-checks will fail though. Or get many needed rpm-files, put then into an empty(!) directory and install them with "yum install *".
Title: Re: Installing software offline
Post by: ras125 on August 14, 2009, 11:15:07 PM
Thank you. I downloaded and tried to install smeserver-diskusage-0.0.1-2dmay.noarch by typing
"yum install smeserver-diskusage-0.0.1-2dmay.noarch". sme attempts to go to some external sites and returns an error. I don't see other messages. Is there anything (or a lot of things) I'm doing wrong?
Title: Re: Installing software offline
Post by: kb-ohnemus on August 14, 2009, 11:24:40 PM
Sorry, my mistake. Installing files from harddisk is yum localinstall. So try a "yum localinstall smeserver-diskusage-0.0.1-2dmay.noarch.rpm".
Title: Re: Installing software offline
Post by: ras125 on August 15, 2009, 12:20:52 AM
Thanks! The installation went without a glitch, all dependencies locally solved.
Title: Re: Installing software offline
Post by: elmarconi on August 15, 2009, 11:08:50 PM
You do realize that running SME off-line will cripple it's semi-automatic update function?
Title: Re: Installing software offline
Post by: ras125 on August 17, 2009, 04:20:33 PM
Yes, but unfortunately bringing it online is not an option. I resigned myself to just installing CD's with new releases as they come out.