src/docs/getting-started/starter-recipes.md
Orchard Core is available for use via two different NuGet meta packages.
OrchardCore.Application.Cms.Core.TargetsOrchardCore.Application.Cms.TargetsThe first package OrchardCore.Application.Cms.Core.Targets is intended for use when
The Core.Targets package contains the minimum you need to setup an Orchard Core installation.
It contains TheAdmin theme, and two recipes to base your installation on, but no front end themes.
!!! tip Any features that are not enabled by the selected setup recipe can be enabled after setup, through the Tools -> Features menu.
The second package OrchardCore.Application.Cms.Targets contains all of the above plus
Recipes in Orchard Core help you get your site setup by enabling features, and / or creating content types, and content for your site.
Orchard Core Themes can contain Razor or Liquid views, and by default use Orchard Core Display Management techniques to render content.
The Blank recipe enables content management features, but does not set a current theme. You can use this recipe when starting Orchard Core in Decoupled Mode, or when building your own theme.
Alternatively you can start with another recipe, and change the active theme after setup.
TheAdmin themeThe Headless recipe is intended to get you started when using Orchard Core as an API, and Content Management System, with Administrator access to the host.
TheAdmin theme and set Admin as the home route!!! tip You will want to review the default security configuration to be certain it suits your requirements.
The Blog recipe sets up a range of content types, and widgets, the initial content, and sets the current theme to the TheBlogTheme.
TheBlogTheme is based on the Start Bootstrap Clean Blog Theme
ListPartThe Lucene Query recipe is an optional recipe in the TheBlogTheme. This recipe runs the Blog Lucene Search recipe and as an example, the recipe replaces the RecentBlogPosts SQL query with a Lucene query.
The Lucene Search recipe is an optional recipe in the TheBlogTheme. This recipe enables the Lucene feature and creates Search setting, Lucene indices and permissions.
The Agency recipe sets up a range of content types, and widgets, the initial content, and sets the current theme to TheAgencyTheme.
TheAgencyTheme is based on the Start Bootstrap Agency Theme
BagPartThis recipe sets up a range of Content Types, and Widgets, and the initial content of TheComingSoonTheme. It also includes Email, Recaptcha, Forms, Workflows and User Registration Forms.
TheComingSoon theme is based on the Start Bootstrap Coming Soon Theme
FlowPart, and form WidgetsThe Saas recipe includes a Software as a Service multi tenancy configuration.
It configures the site to use TheTheme, and you are then able to create Tenants using any of the other recipes.
You can create your own recipes for deployment of your Orchard Core websites.
See the Recipes document for more information.