Skip to content

Getting started

ZKEASOFT edited this page Dec 6, 2017 · 9 revisions

Welcome to use ZKEACMS

Database

Use Build.cmd under DataBase folder to create the database. Details

Build

You can use Visual Studio 2017 15.3+ or Visual Studio Code to build the application. The Build.cmd can help you to build the application without IDE, but .Net Core SDK is required.

Run

After build the application you can run it by Run.cmd, then view the web site by http://localhost:5000

Publish

Just use Publish.cmd on windows or Publish.sh on Linux to publish the application or use the command line to publish.

./src/ZKEACMS.WebHost/dotnet publish-zkeacms

Clone this wiki locally