由于目前中文文档翻译工作刚刚起步,欢迎小伙伴们踊跃报名参加文档翻译工作。
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
中文资源
Stable (release/1.5):
Nightly (main):
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 themain
branch.
- 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.
- 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.
The documentation can be accessed here: https://docs.orchardcore.net/
See CODE-OF-CONDUCT
This project is supported by the .NET Foundation.