Orchard Core

Orchard Core 是一个使用 ASP.NET Core 构建的开源模块化多租户应用程序框架,以及一个构建在该应用程序框架之上的内容管理系统(CMS)。「Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that application framework.」

Github星跟踪图

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

Build Status

Stable (master):

Build Status
Build status
NuGet

Nightly (dev):

Build Status
Build status
MyGet

Status

RC 1

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 the dev 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 orchardproject/orchardcore-cms-linux:latest

Docker images and parameters can be found at https://hub.docker.com/u/orchardproject/

Documentation

The documentation can be accessed here: https://docs.orchardcore.net/

主要指标

概览
名称与所有者OrchardCMS/OrchardCore
主编程语言C#
编程语言C# (语言数: 9)
平台
许可证BSD 3-Clause "New" or "Revised" License
所有者活动
创建于2014-11-19 22:29:26
推送于2025-04-22 20:10:21
最后一次提交
发布数68
最新版本名称v2.1.7 (发布于 )
第一版名称1.0.0-beta1 (发布于 )
用户参与
星数7.7k
关注者数335
派生数2.5k
提交数8.6k
已启用问题?
问题数7072
打开的问题数909
拉请求数6294
打开的拉请求数19
关闭的拉请求数2238
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?