I've run the build.bat and extracted the content from the generated zip and I'm now running the site using WebMatrix.
When I'm logged into the backoffice and want to change between sections though I'm getting this error in my browser console: TypeError: Cannot set property 'showNotification' of undefined.
I've been told that it's because I'm missing some signalr .dll files and that I should test if http://localhost:5784/signalr/hubs is working...but since I don't have a signlar folder on the disk...I guess it's not going to work.
But I'm a bit unsure about what I need to do here? Any clues will be appreciated...I'm really exctited about getting my hands on this.
There is no /signalR folder, its a http handler which will intercept all /signalR/* requests, this depends on signalR.dlls but please do try /signalR/hubs and see if it trowns any errors, so we can get a clue on what is wrong
Just tried accessing the path but don't get any error messages. I'm seeing some JavaScript code for the SignalR library...I suppose that is expected behaviour?
Yup that is expected, so signalR is not the issue apparently, could you attach the chrom debugger and see if you are missing any files or get any exceptions with the latest source
How to run "Belle"
Hi guys
I'm trying to get Belle to run on my local machine.
I've fetched the source from BitBucket here: https://bitbucket.org/UmbracoHQ/umbracocms-belleui
I've run the build.bat and extracted the content from the generated zip and I'm now running the site using WebMatrix.
When I'm logged into the backoffice and want to change between sections though I'm getting this error in my browser console: TypeError: Cannot set property 'showNotification' of undefined.
I've been told that it's because I'm missing some signalr .dll files and that I should test if http://localhost:5784/signalr/hubs is working...but since I don't have a signlar folder on the disk...I guess it's not going to work.
But I'm a bit unsure about what I need to do here? Any clues will be appreciated...I'm really exctited about getting my hands on this.
Cheers,
Jan
There is no /signalR folder, its a http handler which will intercept all /signalR/* requests, this depends on signalR.dlls but please do try /signalR/hubs and see if it trowns any errors, so we can get a clue on what is wrong
Hi Per
I'm such a signalR n00b :)
Just tried accessing the path but don't get any error messages. I'm seeing some JavaScript code for the SignalR library...I suppose that is expected behaviour?
/Jan
Yup that is expected, so signalR is not the issue apparently, could you attach the chrom debugger and see if you are missing any files or get any exceptions with the latest source
Following up on this, via the Belle/UX mailing list - Brendan has put up a demo site for Belle.
https://groups.google.com/d/msg/umbraco-ux/L2MBPNMfatA/dLGazBTDq0AJ
Great for anyone who wants to have a play around without dealing with compiling from source.
http://belle.gumpshen.com/umbraco/umbraco.aspx
Username/Password: admin/password
(Not sure how long Brendan will keep the demo up for?)
Cheers, Lee.
is working on a reply...