Skip to content

Commit

Permalink
Updating Getting started section
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienros authored Nov 17, 2016
1 parent 11fcace commit a5a53da
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,11 @@ Here is a more detailed [roadmap](https://github.com/OrchardCMS/Orchard2/wiki/Ro
## Getting Started

- Clone the repository using the command `git clone https://github.com/OrchardCMS/Orchard2.git` and checkout the `master` branch.
- Delete `%LocalAppData%\Microsoft\dotnet` – The shared runtime dotnet installer doesn’t account for the old CLI structure.
- Delete `.build` (or run git clean -xdf) to get the latest KoreBuild
- Delete `C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\dotnet-test-xunit`
- Run the `build.cmd` file included in the repository to dotnet CLI and build the solution.
- Next navigate to `D:\Orchard2\src\Orchard.Cms.Web` or wherever your respective folder is on the command line in Administrator mode.

### Using Kestrel

- Call `dotnet run`.
- Then open the `http://localhost:5000` URL in your browser.

### Using Console

- Call `dotnet run`.
- From here you can now execute commands in a similar fashion as before.

### Contributing

We currently follow the these [engineering guidelines](https://github.com/OrchardCMS/Orchard2/wiki/Engineering-Guidelines).

0 comments on commit a5a53da

Please sign in to comment.