Skip to content

MichaelPetrinolis/OrchardCore

 
 

Repository files navigation

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.

Join the chat at https://gitter.im/OrchardCMS/OrchardCore BSD-3-Clause License Documentation Crowdin

Local Communities

中文资源

Orchard Core CN 中文讨论组

Build Status

Stable (release/1.8.2):

Build status NuGet

Nightly (main):

Build status Cloudsmith

Status

1.8.2

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.

Getting Started and Documentation

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.

Help and Support

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.

Contributing

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.

Command Line

  1. Install the latest version of the .NET SDK from this page: https://dotnet.microsoft.com/download.
  2. Navigate to ./OrchardCore/src/OrchardCore.Cms.Web.
  3. Run dotnet run.
  4. Open the http://localhost:5000 URL in your browser.

Visual Studio

  1. Download Visual Studio 2022 (v17.8+) from https://www.visualstudio.com/downloads.
  2. Launch the solution by clicking on OrchardCore.sln. Give Visual Studio time to restore all missing Nuget packages.
  3. Ensure OrchardCore.Cms.Web is set as the startup project. Then run the app.

Code of Conduct

See our Code of Conduct.

.NET Foundation

This project is supported by the .NET Foundation.

About

Orchard vNext

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 61.3%
  • JavaScript 15.3%
  • HTML 11.5%
  • CSS 9.4%
  • SCSS 1.5%
  • Pug 0.4%
  • Other 0.6%