Open Closed

How can I create an open source project? #7883


User avatar
0
TonyLewis created

I need to stick with the open source product right now, but everything that I create, even with the --use-open-source option has my license key embedded and won't run without it. How do I at least temporarily kill off the team subscription on my development machine so I can create a clean project with just the open source components?


3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Can you pass the -t app options when using CLI to create a new template project?

    abp new Acme.BookStore -t app --old

    https://abp.io/docs/latest/cli/differences-between-old-and-new-cli

  • User Avatar
    0
    TonyLewis created

    i use this command: abp new XAKTme -t app -dbms PostgreSQL -th basic -csf -nsl -nkc -smr -old

    and it still puts my license key in AppSecrets.

    I just want to be sure that I don't have the license restrictions, because I will need to have other developers work on this branch.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    The old need two --

    You can logout first.

    abp logout. abp new XAKTme -t app -dbms PostgreSQL -th basic -csf -nsl -nkc -smr --old

Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13