Skip to content

mits-gossau/Dit.Umb9.Mutobo

Repository files navigation

Dit.Umb9.Mutobo

Umbraco 9 based Magic Umbraco Toolbox.

  1. Install .NET 5

  2. Clone the Repo

  3. Remove existing connectionString form appSettings.json Before:

    "ConnectionStrings": { "umbracoDbDSN": "Data Source=(localdb)\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\Umbraco.mdf;Integrated Security=True" },

    After:

    "ConnectionStrings": {

}

  1. open shell
  2. cd ./Sss.Umb9.Mutobo.Web
  3. dotnet run
  4. prepare an empty ms-sql database with a dbo user
  5. go to the url showed in terminal and perform the umbraco installation
  6. perform a uSync-Import (full)

System Requirements for IIS Hosting:

For Hosting on Linux Apache / Ubuntu 20.04 LTS:

For Running with Docker:

  • Ensure Docker and Docker Compose is up and running on your system
  • open a terminal
  • go to the project folder Dit.Umb9.Mutobo
  • run the command: docker compose up
  • open a browser and go to http://localhost:8080
  • perform the Umbraco Installation and use the following db_settings:
    • server: host.docker.internal,3930
    • database: master
    • user: sa
    • password: K@xLK1CuW*we
  • login into the backoffice and perform a usync import (full)
  • enjoy the mutobo demo website