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 119 karma points
    Jun 13, 2024 @ 11:58
    Jimmy
    1

    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 56 posts 168 karma points
    Jun 14, 2024 @ 06:39
    Steffen Hornbæk Nielsen
    1

    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 1932 posts 6722 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.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies