How to install other than automatically via Install-Package?
How can I install RelationEditor some other way than Install-Package? It seems like this automatic command messes up references I already have in my solution (I use Umbraco from source code). I downloaded ZIP, but have no idea what to do with it. Or may be from source code...
I can see that you can install it via NuGet, but you say that you have downloaded the package and got a ZIP file. The way you can install this ZIP file package to your Umbraco installation is by go to the developer section --> expand the packages folder --> Select Install local package. Then just follow the wizard.
How to install other than automatically via Install-Package?
How can I install RelationEditor some other way than Install-Package? It seems like this automatic command messes up references I already have in my solution (I use Umbraco from source code). I downloaded ZIP, but have no idea what to do with it. Or may be from source code...
Hi Roman,
I can see that you can install it via NuGet, but you say that you have downloaded the package and got a ZIP file. The way you can install this ZIP file package to your Umbraco installation is by go to the developer section --> expand the packages folder --> Select Install local package. Then just follow the wizard.
There is also some documentation that describes the process https://our.umbraco.org/wiki/how-tos/packages-and-projects/how-to-install-a-package
Hope this helps,
/Dennis
Yees, that really helped. Thank you very much, Dennis!
is working on a reply...