-
Notifications
You must be signed in to change notification settings - Fork 862
Getting started
ZKEASOFT edited this page Dec 6, 2017
·
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.
./src/ZKEACMS.WebHost/dotnet publish-zkeacms