Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 971 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 971 Bytes

MUTOBO

The friendly CMS-Toolbox based on Umbraco https://mutobo.ch

to run MUTOBO:

  1. Checkout the Repo
  2. Build the Repo with Visual Studio
  3. 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
  1. Run the project (inside visual studio on IIS express (ctrl+F5), or on a IIS Site pepared before)
  2. Make the umbraco installation (DON'T install the example Website)
  3. In the Umbraco-Backend on the settings Tab perform a Usync Import
  4. 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