Open Closed

How to create multiple public websites using the same backend. #3037


User avatar
0
scottlmarx created

Is it possible to create multiple public websites? We have the need to have multiple store fronts with different looks and menus using the same application backend.


6 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    ABP startup template only has one public website, but it's easy to do to add a public website to your project.

    You can refer to the public website to create a new project.

  • User Avatar
    0
    scottlmarx created

    Link to documentation?

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    No,

    You can refer to the public website to create a new project.

  • User Avatar
    0
    scottlmarx created

    So, you are referring to something you cannot provide a link for? Since this is not an acceptable answer, can I get a credit for my support use?

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Sorry, there is no such document.

    You just need to copy the code to the new project, I think it's easy to do.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Here are some points:

    1. Add a new identity server client

    appsettings

    IdentityServerDataSeedContributor

    1. Change the new web public appsettings

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