Source code Options
radu84
Posted: Monday, September 01, 2008 2:09:25 PM
Rank: Newbie

Joined: 7/23/2008
Posts: 23
Location: Copenhagen
Hi

I've developed some custom controls in parallel with the Umbraco binary download. Everything has been fine and my application is almost finished.

The problem is that now I would like to literally "replace" the binary part with the Source code , and then eventually insert the whole thing into TFS.


I downloaded the latest set change from CodePlex, but I have encountered the following problems:

a) It has 3 folders: Umbraco, Umbraco 4.0, Umbraco 5.0. Which of these ones should I open ? (I was running V3.03 in the binary format)

b) When I do open up one of the above VS solutions I can see lots of subprojects. Where can I find the actual Web Application main project, which also contains the web.config file ?

c) How do I actually build and deploy it in comparison with the binary version ?


Radu
Dirk
Posted: Monday, September 01, 2008 4:02:27 PM

Rank: Addict

Joined: 9/27/2007
Posts: 977
Location: Belgium
Hi radu84,

a) It has 3 folders: Umbraco, Umbraco 4.0, Umbraco 5.0. Which of these ones should I open ? (I was running V3.03 in the binary format)

umbraco4.0 is current version that is currently in beta1. Not for use in production, as it is being under heavy dev.
umbraco5.0 is, well..., the next version...
Not sure about the umbraco folder, but think it has the source for the latest v3.x version, currently 3.0.6

b) When I do open up one of the above VS solutions I can see lots of subprojects. Where can I find the actual Web Application main project, which also contains the web.config file ?

umbraco.presentation project is the actual webproject.

c) How do I actually build and deploy it in comparison with the binary version ?

As you would with any other project I guess. Build and deploy the web application. Just make sure output folders are set correctly. All binaries go into /bin directory.

Hope that helps.

Regards,
/Dirk


level 1 certified - umbraco blog at netaddicts.be - working on an integrated forum4umbraco
radu84
Posted: Tuesday, September 02, 2008 9:43:39 AM
Rank: Newbie

Joined: 7/23/2008
Posts: 23
Location: Copenhagen
Cheers thx a lot.
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.