Skip to content

Installation

Jamie Pollock edited this page Jan 22, 2024 · 1 revision

General Setup

For the most update to date information check the readme.

Advanced Setup

In most cases adding Rhythm.Drop.Umbraco to your main web project will be enough to get you up and running. However in certain projects you may want to split your code out into different projects and not include the kitchen sink when doing so.

This table will determine what is where.

Package Purpose
Rhythm.Drop.Umbraco Contains everything needed to run and install Rhythm.Drop with Umbraco
Rhythm.Drop.Umbraco.Mapping Contains logic for mapping to the models using Umbraco's UmbracoMapper
Rhythm.Drop.Umbraco.Builders Contains data builders specifically for use with Umbraco specific models.
Rhythm.Drop.Umbraco.Web Contains the modifications for Rhythm.Drop.Web geared towards Umbraco
Clone this wiki locally