You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-8Lines changed: 20 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,26 +2,34 @@
2
2
3
3
Orchard Core is a re-implementation of [Orchard CMS](https://github.com/OrchardCMS/Orchard) in [ASP.NET Core](http://www.asp.net/vnext). You can check out the [Orchard Core presentation from the last Orchard Harvest](https://www.youtube.com/watch?v=TK6a_HfD0O8) to get an introductory overview of its features and goals.
4
4
5
-
[](https://gitter.im/OrchardCMS/Orchard2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5
+
[](https://gitter.im/OrchardCMS/OrchardCore?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Orchard is a free, [open source](https://github.com/OrchardCMS/Orchard), community-focused Content Management System built on the ASP.NET MVC platform.
19
27
20
28
## Status
21
29
22
-
### Alpha
30
+
### Beta
23
31
24
-
The software is complete enough for internal testing. This is typically done by people other than the software engineers who wrote it, but still within the same organization or community that developed the software.
32
+
The software is complete enough for external testing -- that is, by groups outside the organization or community that developed the software. Beta software is usually feature complete, but may have known limitations or bugs. Betas are either closed (private) and limited to a specific set of users, or they can be open to the general public.
25
33
26
34
Here is a more detailed [roadmap](https://github.com/OrchardCMS/OrchardCore/wiki/Roadmap).
27
35
@@ -32,9 +40,7 @@ Here is a more detailed [roadmap](https://github.com/OrchardCMS/OrchardCore/wiki
32
40
### Command line
33
41
34
42
- Install the latest versions (current) for both Runtime and SDK of .NET Core from this page https://www.microsoft.com/net/download/core
35
-
- Call `dotnet restore`.
36
-
- Call `dotnet build`.
37
-
- Next navigate to `D:\OrchardCore\src\OrchardCore.Cms.Web` or wherever your respective folder is on the command line in Administrator mode.
43
+
- Navigate to `D:\OrchardCore\src\OrchardCore.Cms.Web` or wherever your respective folder is on the command line in Administrator mode.
38
44
- Call `dotnet run`.
39
45
- Then open the `http://localhost:5000` URL in your browser.
40
46
@@ -44,6 +50,12 @@ Here is a more detailed [roadmap](https://github.com/OrchardCMS/OrchardCore/wiki
44
50
- Open `OrchardCore.sln` and wait for Visual Studio to restore all Nuget packages
45
51
- Ensure `OrchardCore.Cms.Web` is the startup project and run it
46
52
53
+
### Docker
54
+
55
+
- Run `docker run --name orchardcms orchardproject/orchardcore-cms-linux:latest`
56
+
57
+
Docker images and parameters can be found at https://hub.docker.com/u/orchardproject/
58
+
47
59
### Contributing
48
60
49
61
We currently follow the these [engineering guidelines](https://github.com/OrchardCMS/OrchardCore/wiki/Engineering-Guidelines).
0 commit comments