Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Lars Heesakkers 38 posts 194 karma points
    Oct 08, 2018 @ 08:48
    Lars Heesakkers
    0

    Local Umbraco packages

    Hi,

    I have some questions regarding the local installation of Umbraco Packages. We created some packages that we use internally in our company when we set up a new project.

    • Is it possible to install said packages (.zip files) with (for example) PowerShell?

    • Is it possible to create a local repository for the packages, so it would be listed somewhere in the backoffice and can be installed with a single click?

  • Dave Woestenborghs 3504 posts 12133 karma points MVP 8x admin c-trib
    Oct 08, 2018 @ 11:05
    Dave Woestenborghs
    0

    Hi Lars,

    In this case I would create the packages as nuget packages and use a private MyGet feed to host them.

    Or you could set up your internal nuget server. But never tried that.

    Dave

  • Lars Heesakkers 38 posts 194 karma points
    Oct 08, 2018 @ 11:08
    Lars Heesakkers
    0

    I didn't know it was possible to install Umbraco packages through NuGet. II can't seem to find any documentation about that either.

  • Dave Woestenborghs 3504 posts 12133 karma points MVP 8x admin c-trib
    Oct 08, 2018 @ 11:22
    Dave Woestenborghs
    100

    Hi Lars,

    Yep it is possible to install umbraco packages using nuget. Most of the popular ones also have a nuget version. You can see of that on the projects pages here on our in the top right of the package page.

    This article got me started automating the build of my packages and posting them to myget/nuget feeds : https://24days.in/umbraco-cms/2014/packaging-with-appveyor/

    Here you can find the things I use to package everything up as Umbraco Package (zip) and nuget package for my Nexu package : https://github.com/dawoe/umbraco-nexu/tree/develop/Packaging

    And here you can find my app veyor config for having automated builds once I push something to my repository

    https://github.com/dawoe/umbraco-nexu/blob/develop/appveyor.yml

    Dave

Please Sign in or register to post replies

Write your reply to:

Draft