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 folder is on the commandline 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 -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.