受欢迎的博客标签

Orchard - About us

Published

Orchard offcial websit:https://orchardcore.net/

doc:https://docs.orchardcore.net/en/latest/

 

https://github.com/OrchardCMS

    
     https://github.com/OrchardCMS/OrchardCore  -->OrchardCore + CMS
     https://github.com/OrchardCMS/OrchardCore.Commerce  --> OrchardCore + Commerce

      https://github.com/OrchardCMS/Orchard  --> only for ASP.NET 4.5,old ,don't use

 

https://github.com/OrchardCMS/OrchardCore

 

How To Start An Orchard | A Beginner’s Guide

Orchard Core - https://github.com/OrchardCMS/OrchardCore

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.

Download OrchardCore project  from this page https://github.com/OrchardCMS/OrchardCore/archive/refs/tags/v1.7.2.zip

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.

source:https://github.com/OrchardCMS/OrchardCore/tree/main

 

Installing OrchardCore

Downloading the .zip File

Navigate to the Releases Section of OrchardCore in GitHub. https://github.com/OrchardCMS/OrchardCore/releases

Download the OrchardCore .zip file and install it as described in Manually Installing OrchardCore Using a zip File.

cd F:\developer_OrchardCMS\OrchardCore-1.7.2\src\OrchardCore.Cms.Web

 

Change History

https://github.com/iaspnetcore/OrchardCore

 

Useful links

https://docs.orchardcore.net/en/latest/docs/guides/

 a commerce sample blog

https://www.ideliverable.com/blog/writing-an-orchard-webshop-module-from-scratch-part-1

 

 

 

Orchard Core 中文文档

https://docs.orchardcore.net/zh-cn/dev/