Hey guys, I'm trying to run V8 from the temp8 branch and I'm having some issues.
I had to fix some missing dll dependencies
Now I'm getting: *'The loggerType 'Umbraco.Web.UI.CdfLogger, umbraco' does not inherit from ClientDependency.Core.Logging.ILogger' and site doesn't run.
I think that you especially need to be aware of this
Clone the Umbraco repository using the temp8 branch. If your git
client doesn't support specifying the branch as you clone then use the
command git clone --single-branch -b temp8
I have been able to succesfully run v8 from the temp8 branch following the directions mentioned in the link previously. However I can't tell if something is currently breaking the build though.
Running V8 from temp8.
Hey guys, I'm trying to run V8 from the temp8 branch and I'm having some issues.
I had to fix some missing dll dependencies
Now I'm getting: *'The loggerType 'Umbraco.Web.UI.CdfLogger, umbraco' does not inherit from ClientDependency.Core.Logging.ILogger' and site doesn't run.
Is just me or it just doesn't work?
Thanks.
Hi Mario
Have you been following the steps mentioned here? https://github.com/umbraco/Umbraco-CMS/blob/temp8/.github/V8GETTINGSTARTED.md
I think that you especially need to be aware of this
I have been able to succesfully run v8 from the temp8 branch following the directions mentioned in the link previously. However I can't tell if something is currently breaking the build though.
I hope this helps!
/Jan
Thanks Jan! I have followed that and it has worked like a charm.
Sometimes reading the instructions is good, isn't it!?
is working on a reply...