Open Closed

Abp Commercial or Community #2213


User avatar
0
MILLENNIUM created

I have two questions regarding (Commercial & Community) versions: 1- When I use the command line: abp new [Project Name] it always creates the 'commerical' project, Is there a parameter to specify to the abp CLI to create the commercial or community version ? 2- Can I use abp commercial projects in open source project? I mean Is it leagal to create a commercial project and share it as an open source project, or I must use the community version then ?

Thanks


1 Answer(s)
  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    Is there a parameter to specify to the abp CLI to create the commercial or community version ?

    Hi @millennium, you can specify the template by using -t flag. You can see the all options, from here.

    E.g abp new DemoProject -t app (creates an app template) (open-source template)

    2- Can I use abp commercial projects in open source project? I mean Is it leagal to create a commercial project and share it as an open source project, or I must use the community version then ?

    You have a file named appsettings.secrets.json in your commercial project and in this file you have your AbpLicenseCode. This code should be preserved and not exposed.

    11.2 ABP Commercial products cannot be publicly shared or cannot be licensed as an open-source product without asking written permission of Volosoft Bilişim Anonim Şirketi. (https://commercial.abp.io/Eula)

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11