[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Rails webmin like application

ghiggia

10/13/2006 4:06:00 PM

I'm a newbie in ruby I'm wondering if there are a way to build a little
application like webmin with ruby on rails.
For example I want to modify the bgpd configuration file on a linux box
or start and stop the bgp demon.
Who does write the configuration file? a ruby "function" or the
underlying database application if needed.
Who does start and stop the demon calling the service command (service
bgpd start)?

Thanks in advance, bye bye