ReferencePlatforms/OPSI Server

From MozillaWiki
< ReferencePlatforms
Revision as of 21:28, 26 March 2009 by Bhearsum (talk | contribs) (Created page with 'This procedure will recreate the OPSI server based on the [http://superb-west.dl.sourceforge.net/sourceforge/opsi/opsi3.3-servervm_20080707.zip OPSI Virtual Appliance version 3.3...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This procedure will recreate the OPSI server based on the OPSI Virtual Appliance version 3.3. This document assumes you already have a virtual appliance based VM running.

Create the cltbld user

useradd -m cltbld
passwd cltbld
# and get the cltbld keys
mkdir .ssh
scp cltbld@some-machine-with-the-keys:.ssh/id_dsa* .

Install CVS

apt-get install cvs

Install the default packages

First checkout the packages from the mofo repo:

cvs -d:ext:cltbld@cvs.mozilla.org:/mofo co -d opsi ref-platforms/opsi/default-packages

Then, as root, use opsi-package-manager to install them:

su -
cd ~cltbld/opsi
opsi-package-manager -i *.opsi