Hi, guy, after I installed some package, for example, Umbraco form, some new files will be generated under the App_Plugins folder and some other files modification changes as well.
Should I commit those changes?
I am using the localhost DB to install those packages. after I deploy to the cloud DB. do I have to install the packages again?
When I push my repo from local to the cloud, do I need to install the Umbraco form again in the cloud? local and cloud environment use two different DBs but the same code base.
should I put the App_Plugins folder into repo?
Hi, guy, after I installed some package, for example, Umbraco form, some new files will be generated under the App_Plugins folder and some other files modification changes as well.
Should I commit those changes?
I am using the localhost DB to install those packages. after I deploy to the cloud DB. do I have to install the packages again?
Thanks,
Hi Adrian,
Definitely commit the changes to the App_Plugins folder in your repo,
I'm not 100%, but Umbraco should detect the package from the files you've added.
Hope this helps,
Louis
Hi, Louis, thx for the help.
When I push my repo from local to the cloud, do I need to install the Umbraco form again in the cloud? local and cloud environment use two different DBs but the same code base.
Yes, i believe so otherwise, there will be missing db tables.
is working on a reply...