The friendly CMS-Toolbox based on Umbraco https://mutobo.ch
to run MUTOBO:
- Checkout the Repo
- Build the Repo with Visual Studio
- Make sure that you have the follwing settings:
- web-project -> web.config appSettings\Umbraco.Core.ConfigurationStatus => set the value to empty string ""
- web-project -> \config\connectionStrings.config => remove the whole tag: if it's present
-
If you want to integrate "Azure Active Directory Login" you must install following Nuget-Package:
- Install-Package UmbracoCms.IdentityExtensions.AzureActiveDirectory
- Configure Azure AD - read more in this Post: https://shazwazza.com/post/configuring-azure-active-directory-login-with-umbraco/
- the used Configuration/Settings are prepared in the appSettings.config
-
Run the project (inside visual studio on IIS express (ctrl+F5), or on a IIS Site pepared before)
-
Make the umbraco installation (DON'T install the example Website)
-
In the Umbraco-Backend on the settings Tab perform a Usync Import
-
Build your Website and enjoy
Urgent! if you decide to use the web-components-cms templates you must update the submodule
git submodule update --init --recursive --remote