Its worth taking a look at albacore, it should help with some of your 
requirements : http://github.com/derickbailey/Albacore


-----Original Message-----
From: ironruby-core-boun...@rubyforge.org 
[mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Bruno Antunes
Sent: 25 August 2010 02:31 PM
To: ironruby-core@rubyforge.org
Subject: [Ironruby-core] Configuration Management

Hello all.

I wanted to use Puppy to maintain configuration for some Windows
servers, but apparently the port is not mature yet on Win32.

So, I'm thinking of implementing it myself. My needs are simple:

- copy files over
- restart IIS/services
- edit XML files (add/remove keys)
- register assemblies in the GAC

I want to have easy rollbacks too, so it's kinda like Windows' System
Restore functionality, in spirit.

My question is: does someone know of something that can do this for
Windows? And if not, is there a way to register assemblies in the GAC
with IronRuby, or do I have to encapsulate gacutil in a system call?
(same
for service start/stop, too).


Thanks for any feedback in advance!


(and sorry for posting this first on #ruby)
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core
This e-mail is subject to a disclaimer, available at 
http://www.firstrand.co.za/content/376/disclaimer/
_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to