OrchardCMS / OrchardCore
- воскресенье, 6 октября 2019 г. в 00:22:01
C#
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.
Orchard Core consists of two distinct projects:
Stable (master):
Nightly (dev):
The software is almost ready for final release. No feature development or enhancement of the software is undertaken; tightly scoped bug fixes are the only code you're allowed to write in this phase, and even then only for the most heinous and debilitating of bugs.
Here is a more detailed roadmap.
git clone https://github.com/OrchardCMS/OrchardCore.git and checkout the dev branch.D:\OrchardCore\src\OrchardCore.Cms.Web or wherever your respective folder is on the command line in Administrator mode.dotnet run.http://localhost:5000 URL in your browser.OrchardCore.sln and wait for Visual Studio to restore all Nuget packagesOrchardCore.Cms.Web is the startup project and run itdocker run --name orchardcms orchardproject/orchardcore-cms-linux:latestDocker images and parameters can be found at https://hub.docker.com/u/orchardproject/
The documentation can be accessed here: https://orchardcore.readthedocs.io/en/dev/