Are there any particular reason why you're trying to install Umbraco by compiling the source code yourself?
Otherwise I'll recommend that you download umbraco from the download section instead.
Once that is done you can find use the installation documentation as your gentle guide to get up and running :) It also has information on how to install via nuget btw.
Blank Screen when Running Umbraco 7 Source from VS 2012
Hi All,
I am trying to compile Umbraco 7.1.0 source code, downloaded from https://github.com/umbraco/Umbraco-CMS/, and run from Visual Studio 2012.
I am able to see the http://localhost:XXXX/install , and proceed with the installation and configuration.
However, when it goes to http://localhost:XXX/umbraco, it becomes blank screen.
From the JS Console, it shows
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:7100/umbraco/assets/css/umbraco.css
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:7100/umbraco/lib/yepnope/yepnope.min.js
Uncaught ReferenceError: yepnope is not defined
I noticed that there is no assets folder in the source given.
Kindly advise what goes wrong ?
Thanks.
Hi alvinzc
Are there any particular reason why you're trying to install Umbraco by compiling the source code yourself?
Otherwise I'll recommend that you download umbraco from the download section instead.
Once that is done you can find use the installation documentation as your gentle guide to get up and running :) It also has information on how to install via nuget btw.
Hope this helps.
/Jan
Hello,
If you want to test 7.1 you can also try the RC which is out now: http://our.umbraco.org/contribute/releases/710
Jeroen
Hi Jeroen,
I will try the suggested release.
Thanks.
Hi
I am also trying to run umbraco from source code. I'm using 7.2 and Merchello and there are a couple of bugs that I'm trying to fix
Help will be appreciated
Hi Anton
Is there any particular reason why you're trying to compile the source code yourself?
/Jan
Yes I'm trying to debug an routing error with Merchello and 7.2
is working on a reply...