Bryan Noll
2007-Dec-06 17:25 UTC
[Cruisecontrolrb-users] multiple instances of ccrb on a machine - changing the port
I''d like to be able to run more than one instance of CruiseControl.rb on the same machine. After quickly browsing and searching through the documentation, I didn''t see how to go about changing the port (nor was I able to verify that''s all you need to do). Anyone kind enough to tell me how to do this or direct me to the docs that describe it if they exist? Thanks... Bryan
Bryan Noll
2007-Dec-06 17:29 UTC
[Cruisecontrolrb-users] multiple instances of ccrb on a machine - changing the port
Did a bit of googling and belive that I found out what I needed thanks to this guy: http://laurentbois.com/category/continuous-integration/ cruise start --port=<the_port_i_want> I assume this is all I have to do... Bryan Noll wrote:> I''d like to be able to run more than one instance of CruiseControl.rb > on the same machine. After quickly browsing and searching through the > documentation, I didn''t see how to go about changing the port (nor was > I able to verify that''s all you need to do). > > Anyone kind enough to tell me how to do this or direct me to the docs > that describe it if they exist? > > Thanks... > > Bryan >
Bryan Noll
2007-Dec-06 17:40 UTC
[Cruisecontrolrb-users] multiple instances of ccrb on a machine - changing the port
Yep... Thanks Jeremy Jeremy Stell-Smith wrote:> try ./cruise start -p 3334 > > On Dec 6, 2007 9:25 AM, Bryan Noll <bwnoll at gmail.com > <mailto:bwnoll at gmail.com>> wrote: > > I''d like to be able to run more than one instance of > CruiseControl.rb on > the same machine. After quickly browsing and searching through the > documentation, I didn''t see how to go about changing the port (nor > was I > able to verify that''s all you need to do). > > Anyone kind enough to tell me how to do this or direct me to the docs > that describe it if they exist? > > Thanks... > > Bryan > _______________________________________________ > Cruisecontrolrb-users mailing list > Cruisecontrolrb-users at rubyforge.org > <mailto:Cruisecontrolrb-users at rubyforge.org> > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users > >