Installing package using NuGet rather than Umbraco "Install local"
We have an issue where we sometimes deploy our application and one of the packages is missing (all settings and config appear OK). We reinstall the package and it works OK but this is not really acceptable as we start to release to various environments constantly
Someone mentioned one of the approaches could be to install the package within our application through NuGet rather than the traditional Umbraco "Install Local" approach
It's possible that not all package developers have added the nuget instructions. So it's always wise to check there source code repository or search on nuget as well.
Installing package using NuGet rather than Umbraco "Install local"
We have an issue where we sometimes deploy our application and one of the packages is missing (all settings and config appear OK). We reinstall the package and it works OK but this is not really acceptable as we start to release to various environments constantly
Someone mentioned one of the approaches could be to install the package within our application through NuGet rather than the traditional Umbraco "Install Local" approach
Is this possible?
Hi Mike,
A lot of the popular packages for Umbraco have a nuget alternative.
You can see it on the project page if there is a nuget version avaible.
https://our.umbraco.com/projects/backoffice-extensions/tour-editor/
If you go to that page you will see the nuget information below the green download button on the top right.
Dave
Thanks Dave
So if the package does not have a download from NuGet option available, there is no other way to install other than through the Umbraco back office?
Mike
Hi Mike,
It's possible that not all package developers have added the nuget instructions. So it's always wise to check there source code repository or search on nuget as well.
Dave
is working on a reply...