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.
-
Umbraco
The simple, flexible and friendly ASP.NET CMS used by more than 730.000 websites -
Orchard
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform. -
DotNetNuke
DNN (formerly DotNetNuke) is the leading open source web content management platform (CMS) in the Microsoft ecosystem. -
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 an Future-Proof Enterprise Web CMS that supports both headless and decoupled to easily build any kinds of app/web app/all in all/customizable 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 -
BetterCMS
A publishing focused and developer friendly .NET Open Source CMS. -
Composite C1
C1 CMS Foundation - .NET based, open source and a bundle of joy! -
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. -
Dead Pixel Test
I've been looking for an appropriate dead pixel tester that runs in a browser, rather than a desktop app. I couldn't find one, so I made my own.
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
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 (release/1.3):
Nightly (main):
Status
1.3
The software is finished -- and by finished, we mean there are no show-stopping, little-children-killing bugs in it. That we know of. There are probably numerous lower-priority bugs triaged into the next point release or service pack, as well.
Here is a more detailed roadmap.
Getting Started
- Clone the repository using the command
git clone https://github.com/OrchardCMS/OrchardCore.git
and checkout themain
branch.
Command line
- Install the latest version of the .NET SDK from this page https://dotnet.microsoft.com/download
- 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 2022 (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.