Description
https://docs.orchardcore.net/en/dev/
Orchard Core alternatives and similar packages
Based on the "CMS" category.
Alternatively, view Orchard Core alternatives based on common mentions on social networks and blogs.
-
Orchard
Free, open source, community-focused project aimed at delivering applications and reusable components on the ASP.NET platform -
DotNetNuke
DNN Platform is our free, open source web CMS and the foundation of every professional DNN solution. Over 750,000 organizations worldwide have built websites powered by the DNN Platform. -
Piranha CMS
Piranha is the fun, fast and lightweight .NET framework for developing cms-based web applications with an extra bite. It's built on ASP.NET MVC and Web Pages and is fully compatible with both Visual Studio and WebMatrix. http://piranhacms.org -
cofoundry
Cofoundry is an extensible and flexible .NET Core CMS & application framework focusing on code first development -
Mixcore CMS
๐ Mixcore CMS is a best open source CMS that support both headless and decoupled to easily build any kinds of app/web app/customisable APIs built on top of ASP.NET Core / Dotnet Core. It is a completely open source ASP.NET Core (Dotnet Core) CMS solution. https://mixcore.org -
mojoPortal
MojoPortal is an extensible, cross database, mobile friendly, web content management system (CMS) and web application framework written in C# ASP.NET -
Puck CMS
Open source, cross platform .NET Core CMS. Fast, scalable, code-first, unobtrusive and extensible with powerful querying and Lucene integration.
Pixel-Perfect Multi-Platform Applications with C# and XAML
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of Orchard Core or a related project?
README
Orchard Core
Orchard Core consists of two distinct projects:
- Orchard Core Framework: An application framework for building modular, multi-tenant applications on ASP.NET Core.
- Orchard Core CMS: A Web Content Management System (CMS) built on top of the Orchard Core Framework.
Build Status
Stable (master):
Nightly (dev):
Status
RC 2
The software is almost ready for final release. No feature development or enhancement of the software is undertaken; tightly scoped bug fixes are the only code you're allowed to write in this phase, and even then only for the most heinous and debilitating of bugs.
Here is a more detailed roadmap.
Getting Started
- Clone the repository using the command
git clone https://github.com/OrchardCMS/OrchardCore.git
and checkout thedev
branch.
Command line
- Install the latest version of the .NET Core SDK from this page https://www.microsoft.com/net/download/core
- Next, navigate to
D:\OrchardCore\src\OrchardCore.Cms.Web
or wherever your folder is on the commandline in Administrator mode. - Call
dotnet run
. - Then open the
http://localhost:5000
URL in your browser.
Visual Studio
- Download Visual Studio 2019 (any edition) from https://www.visualstudio.com/downloads/
- Open
OrchardCore.sln
and wait for Visual Studio to restore all Nuget packages - Ensure
OrchardCore.Cms.Web
is the startup project and run it
Docker
- Run
docker run --name orchardcms -p 8080:80 orchardproject/orchardcore-cms-linux:latest
Docker images and parameters can be found at https://hub.docker.com/u/orchardproject/
See Docker documentation to expose different port.
Documentation
The documentation can be accessed here: https://docs.orchardcore.net/
Code of Conduct
See [CODE-OF-CONDUCT](./CODE-OF-CONDUCT.md)
.NET Foundation
This project is supported by the .NET Foundation.
*Note that all licence references and agreements mentioned in the Orchard Core README section above
are relevant to that project's source code only.