OrchardCore
[删除(380066935@qq.com或微信通知)]
OrchardCore: 官方仓库镜像,自动更新; OC是一个功能强大且极其灵活的 .net6.0 CMS 与 开发框架 欢迎入群讨论: 877196442 (gitee.com)
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.
Getting Started
- Clone the repository using the command
git clone https://github.com/OrchardCMS/OrchardCore.git
and checkout themain
branch.
Command line
- Install the latest version of the .NET SDK from this page https://dotnet.microsoft.com/download
- 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 2022 (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 -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/
- Clone the repository using the command