Skip to content

Navigation Menu

Sign in
Sign up

Latest commit

History

6,675 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

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

Code of conduct

Contributing

Security policy

Stars

14 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /