1. Package Description
The software is developed using WinForm, which includes the server side and the client, the server is deployed on IIS, and the client can be installed. Net4.0 is running on Windows.
1.1. Service-Side Package
Ckbrmsserv is a server that is placed directly in the root directory above IIS.
The contents of the document are as follows:
Databases are placed in database, using the SQLite database by default, and after purchasing a commercial license, you can use large databases such as SQL Server or Oracle.
Since each version of SQLite uses different DLLs, distinguish between 32-bit and 64-bit, if using WINDOWS8 or more advanced operating system, even if the operating system is 64-bit, but SQLite 64-bit DLL support is not good, can be converted to 32-bit mode.
1.1.1. Deployment of 32-bit machines
If the machine you are deploying is a 32-bit machine, put the two DLLs in the sqlite_32 into the bin.
And in the iis-application pool, set the site's corresponding program pool to 32-bit enabled.
As shown
1.1.2. New deployment of 64-bit machines
Copy the files below the Ckrrmsserv directory directly to the site directory, as
C:\inetpub\wwwroot
1.2. Client Packages
The client package has the following files.
2. Deployment and Configuration 2.1. IIS Deployment Considerations
Permission configuration that allows IIS_IUSRS users full control of the site directory. This deployment is for SQLite, the database must write permissions, or even the read will be very slow.
2.2. Program Configuration
After purchasing a commercial license, the system has the automatic update function.
Suppose the app is deployed on an IIS Web site with a domain name of www.abc.com.
Modify the client's connection address
Change the 127.0.0.1:82 in to www.abc.com
2.2.1. Running the client
After the configuration is complete, run the customer
The system default User is admin, password is 123
Show Rule Pack management interface after opening
Deployment documentation Download (296.95 KB)
Ckrule Business Rule Management System Deployment instructions