Skip to content

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.

License

Notifications You must be signed in to change notification settings

OrchardCoreCn/OrchardCore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Orchard Core 中文文档

文档中心: 简体中文 | English

由于目前中文文档翻译工作刚刚起步,欢迎小伙伴们踊跃报名参加文档翻译工作。

Orchard Core 是基于 Orchard CMS 使用 ASP.NET Core 重新构建的。

Orchard Core 由两个不同的目标组成:

  • Orchard Core Framework: 一个应用程序框架,用于构建模块化多租户 的ASP.NET Core应用程序。
  • Orchard Core CMS: 一个建立在Orchard Core Framework之上的网络内容管理系统(CMS)。

需要注意框架和 CMS 之间的差异非常重要。一些想要开发 SaaS 应用程序的开发人员只会对模块化框架感兴趣。其他想要构建可管理网站的用户将专注于 CMS 并构建模块来增强其网站或整个生态系统。

QQ 群:877196442

Orchard Core CN 中文官方 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.5):

Build status NuGet

Nightly (main):

Build status Cloudsmith

现状

1.5.0

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.

这是一个更详细的 路线图.

文档

  • Clone the repository using the command git clone https://github.com/OrchardCMS/OrchardCore.git and checkout the main branch.

官方手册:简体中文 | English

  • Install the latest version of the .NET SDK from this page https://dotnet.microsoft.com/download
  • Next, navigate to ./OrchardCore/src/OrchardCore.Cms.Web.
  • Call dotnet run.
  • Then open the http://localhost:5000 URL in your browser.

看这里 编码规范

  • Download Visual Studio 2022 (v17.5+) 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

.NET Foundation

This project is supported by the .NET Foundation.

About

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.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 53.1%
  • CSS 19.6%
  • JavaScript 15.2%
  • HTML 9.9%
  • SCSS 1.3%
  • Pug 0.3%
  • Other 0.6%