Skip to content

Purchase commercial license

Wayne edited this page Feb 24, 2023 · 17 revisions

Why Enterprise Edition

  • Community Edition is under GNU General Public License v3.0, use commercial license to keep your source code private.
  • Enterprise Edition has a better user experience when you design the page.
  • Enterprise Edition is more powerful, better performance, multi-language support, edit style/picture/text/template online etc.
  • Enterprise Edition is support Theme Template. You can add Razor views or Fluid views to the theme, so it can provide different HTML Structure by different theme.

The following videos will help you know the Enterprise Edition:

Price / Purchase

Edition Price Action
Community Free
Enterprise $1499.00USD Buy
Multi-tenant solution $2299.00USD Buy

Procedure

You can contact us(seriawei@outlook.com) before placing the order. After you have completed the payment, please send the 'receipt' to us(seriawei@outlook.com), it can help us to confirm the order. Then we will send you an unique private SSH Key(Putty Key), then you can use this SSH Key to clone the code.

You can use this putty key to clone the repository or upgrade the code to latest version whenever you want if you keep the putty key private.

The multi-tenant solution is dependent on the Enterprise Edition. So if you purchase the multi-tenant solution will also get the enterprise edition, no need to buy the enterprise edition again. And multi-tenant solution also include all site templates what we have build(http://www.zkea.net/zkeacms/sites).

Commercial use

And commercial use is allowed. After purchase the license, you can add custom branding, logos and copyright, add/change features and then publish as your own product and sell it.

Limitation

Not many limitation with the enterprise license, but must keep the source code private. Installations is not limited, number of developers is not limited.

Resources

All plugins are included in the Enterprise Edition. After you have purchase the enterprise license, We will provide an account for you to download resources on the website.

So, if you purchase the multi tenant license, there will be three repositories available to you:

  1. Multi-tenant Edition: git@gitee.com:seriawei/ZKEACMS.Colony.git
  2. Enterprise Edition: git@gitee.com:seriawei/ZKEACMS.Ultimate.git

Clone Repository

Windows

Use git bash to clone the repostories with SSH private key:

$ ssh-agent bash
$ ssh-add /e/{yourkey}
$ git clone git@gitee.com:seriawei/ZKEACMS.Ultimate.git

Or use TortoiseGit to clone the repositories with the putty key:

Linux / macOS

Change the file permission if need:

$ chmod 600 {yourkey}

Linux like CentOS, Ubuntu etc. should use bash as agent

$ ssh-agent bash

$ Clone the repositories with the SSH private key:

$ ssh-add {yourkey}
$ git clone git@gitee.com:seriawei/ZKEACMS.Ultimate.git