Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 880 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 880 Bytes

Brochard

Orchard CMS running on ASP.Net VNext (DNX)

Getting Started

First off, follow the instructions here https://github.com/aspnet/home inorder to install DNVM. Next install Visual Studio 2015, or what ever you flavour of editor is.

Next you want to clone the Repo. 'git clone https://github.com/OrchardCMS/Brochard.git' and checkout the master branch.

Run the bootstrap.cmd file included in the repository to bootstrap dnx.

Load up the solution in Visual studio and do a compile.

Next navigate to 'D:\Brochard\src\OrchardVNext.Web' or where ever your retrospective folder is on the command line in Administrative mode.

run.. 'dnx . web' -> Hey you just kicked up the Orchard host.

Then in your browser, call the url... http://local.orchardvnext.test1.com/setup/index

Note: You may need to add local.orchardvnext.test1.com to your host file.