- ABP Framework version: v4.3.0
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
Hello,
is it possible to add "public website" and "cms kit" modules to an existing application that was initially created without the public website? Or do I have to create a completely new project? The latter would require lots of work merging the two projects, therefore I was hoping to find a possibility to add those modules.
Thanks and best regards Claus
5 Answer(s)
-
0
Hi,
There is no good way to add public website/ cms kit to old application.
You need to download the new template for comparison and copy the code to the old project
-
0
Hi,
For now, we don't support to add "Public Website" directly to an existing project via CLI & Abp Suite.
I assume that you want to upgrade your project
4.3.0-xxx
version also.Here are steps to achive this;
- Update your existing application by following migration guide, here is a link.
- Make sure your application is successfully upgraded.
- Create a new blank application (that includes "public website" project) with
4.3.0.xxx
version with the same options with your existing application. - Move the
public website
project from the newly created solution to your existing solution.
With the 4 step, you can add public website project to your existing solution.
For the Cms-Kit;
Yes you can easily add the Cms-Kit module like all other modules. We are preparing documentation about the Cms-Kit module for now. In a short time, we will publish it.
-
0
Thank you cotur, that sounds great. Looking forward to the Cms-Kit documentation :-)
Best Claus
-
0
Hi @cotur, I have the CLI and Suite both on RC2, but when I try add the Cms-Kit I get an error that it could not be found.
Am I using the wrong "name" for it? This is what I have:
abp add-module Cms-Kit
(and I've tried variations of the name too) -
0
For anyone wondering the command line to install Cms Kit is
abp add-module Volo.CmsKit