Koozali.org: home of the SME Server

Installing software offline

Offline ras125

  • *
  • 8
  • +0/-0
Installing software offline
« 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

Offline kb-ohnemus

  • *****
  • 154
  • +0/-0
    • http://www.kb-ohnemus.de
Re: Installing software offline
« Reply #1 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 *".

Offline ras125

  • *
  • 8
  • +0/-0
Re: Installing software offline
« Reply #2 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?

Offline kb-ohnemus

  • *****
  • 154
  • +0/-0
    • http://www.kb-ohnemus.de
Re: Installing software offline
« Reply #3 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".

Offline ras125

  • *
  • 8
  • +0/-0
Re: Installing software offline
« Reply #4 on: August 15, 2009, 12:20:52 AM »
Thanks! The installation went without a glitch, all dependencies locally solved.

Offline elmarconi

  • ****
  • 139
  • +0/-0
Re: Installing software offline
« Reply #5 on: August 15, 2009, 11:08:50 PM »
You do realize that running SME off-line will cripple it's semi-automatic update function?
...

Offline ras125

  • *
  • 8
  • +0/-0
Re: Installing software offline
« Reply #6 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.