-
Notifications
You must be signed in to change notification settings - Fork 858
Getting started
Wayne edited this page Nov 20, 2018
·
9 revisions
Welcome to use ZKEACMS
Use Build.cmd under DataBase folder to create the database. Details
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.
After build the application you can run it by Run.cmd, then view the web site by http://localhost:5000
Just use Publish.cmd on windows or Publish.sh on Linux to publish the application or use the command line to publish.
dotnet tool install -g ZKEACMS.Publisher
./src/ZKEACMS.WebHost/publish-zkeacms