Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setting up CruiseControl.NET

I'm trying to set up CruiseControl.NET (1.6)

The installation completes successfully, however i cannot seem to start the actual service.

When running the CCNET.exe i get a console window that the last thing it writes is: Initialising Security.

Running the service from service control manager also does not work..

Trying to access localhost/ccnet returns no response.

What am i missing here? I have installed the product in the past with success, not sure what is wrong this time.

like image 965
lysergic-acid Avatar asked May 20 '11 20:05

lysergic-acid


People also ask

What is CruiseControl net?

CruiseControl.NET is an automated integration server. The Server automates the integration process by monitoring the team's source control repository directly. Every time a developer commits a new set of modifications, the server will automatically launch an integration build to validate the changes.

What is Ccnet?

CruiseControl.NET (CCNET) is an open source tool used for continuous builds on server, where testing is required parallel to development.


1 Answers

@lysergic-acid - Even if the main config is done (server/ccnet.config) and you are running it from a command prompt, you won't see the web dashboard yet.

If you are installing on IIS7, the setup process for the web dashboard requires steps that aren't in the CC.Net webdashboard setup docs in sourceforge.

What got me working was this CC.Net web dashboard installer page, which is from the Confluence site, rather than the source forge site: http://confluence.public.thoughtworks.org/display/CCNET/Installing+the+Web+Dashboard

In the comments area, there are specifics about IIS7 (I'm assuming that's part of the problem).

I am still having trouble with the service, so I can't help you there, but you can definitely run the web dashboard without the service as long as the cmd prompt version is running.

like image 185
riffrazor Avatar answered Nov 15 '22 17:11

riffrazor