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.
Stable (release/1.8.2
):
Nightly (main
):
The software is production-ready, and capable of serving large mission-critical applications as well, and we're not aware of any fundamental bugs or missing features we deem crucial. Orchard Core continues to evolve, with each version bringing new improvements, and keeping up with the cutting-edge of .NET.
Check out the Reference of Built-in Modules to see what kind of features Orchard Core provides built-in.
See the issue milestones for information on what we have planned for the next releases and what are the priorities.
The documentation can be accessed under https://docs.orchardcore.net/. See the getting started docs on how to start using Orchard Core.
You can also run Orchard Core from Docker:
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 our Docker documentation for more details, especially if you're new to Docker.
Do you need some help with Orchard Core? Don't worry, there are ways to get help from the community:
- Did you find a bug or have a feature request? Open an issue in the issue tracker.
- Do you have a question about how to do something with Orchard Core, or would like a second opinion on your code? Open a discussion.
中文资源
It's great that you're thinking about contributing to Orchard Core! You'd join our wonderful community of contributors.
First, clone the repository using the command git clone https://github.com/OrchardCMS/OrchardCore.git
and checkout the main
branch. Then, you have multiple options, see below. And when you're ready, head over to our contribution guide.
- Install the latest version of the .NET SDK from this page: https://dotnet.microsoft.com/download.
- Navigate to
./OrchardCore/src/OrchardCore.Cms.Web
. - Run
dotnet run
. - Open the
http://localhost:5000
URL in your browser.
- Download Visual Studio 2022 (v17.8+) from https://www.visualstudio.com/downloads.
- Launch the solution by clicking on
OrchardCore.sln
. Give Visual Studio time to restore all missing Nuget packages. - Ensure
OrchardCore.Cms.Web
is set as the startup project. Then run the app.
NuGet package repository hosting for the preview feed is graciously provided by Cloudsmith.
Cloudsmith is the only fully hosted, cloud-native, universal package management solution, that enables your organization to create, store, and share packages in any format, to any place, with total confidence.
See our Code of Conduct.
This project is supported by the .NET Foundation.