For any development setups you will need to do the following:

1) Apply the following schema updates:

spacewalk/scripts:

./schema-updater --connect=<your db connect string> --dir=/home/mmccune/devel/spacewalk/schema/spacewalk/upgrade/spacewalk-0.3-spacewalk-0.4/ --start=111

with your appropriate path. The scripts seem to generate some odd errors but does work, still figuring out why.

2) Setup cobbler on your spacewalk server

* Right now you need the devel branch version of cobbler. I built an RPM for your convenience:

wget http://mmccune.fedorapeople.org/cobbler-1.3.0-1.noarch.rpm
yum install cobbler-1.3.0-1.noarch.rpm
perl -npe 's/module = authn_denyall/module = authn_spacewalk/g' -i /etc/cobbler/modules.conf

echo "Include /etc/httpd/conf.d/cobbler.conf" >> /etc/rhn/satellite-httpd/conf/httpd.conf echo "Include /etc/httpd/conf.d/cobbler_svc.conf" >> /etc/rhn/satellite-httpd/conf/httpd.conf

/sbin/service cobblerd restart
/sbin/service satellite-httpd restart
/sbin/service tomcat5 restart

3) After that attempt a login to your webui.  It should work.

Let me know if you have problems!
Mike
--
Mike McCune
mmccune AT redhat.com
Engineering               | Portland, OR
RHN Satellite             | 650.567.9039x79248

_______________________________________________
Spacewalk-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to