Copied to clipboard

Flag this post as spam?

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


  • Jimmy 19 posts 118 karma points
    Jun 13, 2024 @ 11:58
    Jimmy
    0

    Installing Umbraco 13 and 14

    Hi

    I'm following the tutorials on installing Umbraco 13.

    I want to use Umbraco 13 primarily but like to test Umbraco 14 temporarily.

    When I use the command to install the templates it gets the latest version of the templates which at present is 14 but then I can't create a new project to target Umbraco 13 as I'm forced to use Umbraco 14.

    Have a missed a step to use any version of Umbraco when creating a new project?

  • Steffen Hornbæk Nielsen 54 posts 165 karma points
    Jun 14, 2024 @ 06:39
    Steffen Hornbæk Nielsen
    0

    You can use the command line tool, to create a new dotnet application with Umbraco 13, using the following command.

    dotnet new install Umbraco.Templates::13.xx
    dotnet new umbraco --name MyProject
    

    You can find the documentation for installing the Umbraco V13 template here -> https://docs.umbraco.com/umbraco-cms/v/13.latest-lts/fundamentals/setup/install

  • Huw Reddick 1929 posts 6697 karma points MVP 2x c-trib
    Jun 14, 2024 @ 09:20
    Huw Reddick
    0

    Check out

    https://psw.codeshare.co.uk/

    It's a great tool for getting your project set up scripts.

Please Sign in or register to post replies

Write your reply to:

Draft