In order to run dC, you need to be able to do 2 things:
1.) Set up an IIS virtual directory and point it to the "Web" directory in dC.
2.) Create SQL Server database and assign a Login to that database.
Once you have done that, compile the application, and then go to /install/install.aspx">http://localhost/<dC>/install/install.aspx <- provided you called the virtual directory dC (you don't need the angle brackets, they are there to call your attention to it).
The installer will then navigate you through the install process.
One note, I consider the dC codebase to be Medium-Low complexity. Meaning, more Medium, but on the Low side of Medium . . . if that makes any sense
.
Once you get into the code, there are some things that may may you go "hmmm", but otherwise it's fairly straight forward. BUT, if it's not, don't worry, the community will help you out.
Hope this helps.
--
~ ChrisOpen Source = Community = Shared Responsibility = Submit A Patch!