umbracocloud 13.3.0

dotnet new install umbracocloud::13.3.0
This package contains a .NET Template Package you can call from the shell/command line.

What is Umbraco Cloud?

  • Click here to watch a video on Umbraco Cloud.
  • Click here to sign up for your Umbraco Cloud project.

The package is to help you with the initial setup of your Umbraco Cloud project locally

If its your first time to Umbraco Cloud : Sign up here for a free trial: https://try.umbraco.com/ After you create your Umbraco Cloud project, You might want to get the code base ready for development. This package helps you do the initial clone of your project, and also runs through a CLI wizard to help you setup your project locally. Remember to push your local changes back to the Cloud via git, otherwise the changes will not be stored in the cloud.

Installing the Template & getting started

To install the umbracocloud template, do the following:

  1. Run the following command in a terminal:

    dotnet new --install umbracocloud
    
  2. SQL Server setup for local development:

  • Umbraco Cloud requires that each developer has their own local database. By default SQLite is used for this case.
  1. Then run the following command providing the umbraco cloud repository git url that you received from the Umbraco Cloud portal for your project:

    dotnet new umbracocloud --git <your-umbracocloud-v13-git-url.git>
    
  2. Follow the instructions in the terminal to choose another namespace for your project and to set your developer connection string.

If you do not want to use the above package and instead wish to do it manually here are the steps:

  •   git clone <your-umbracocloud-v13-git-url.git>
    
  • Follow the instructions in the ReadMe.md file that is included in your Umbraco Cloud repository.

Visual Studio Setup for Umbraco Cloud Version 9 and above compared to Version 8 and below

The big difference with using Umbraco Cloud for version 9 and above are as follows:

  • In v8 and below on Cloud the git repositories for your environments store the DLL files but in v9 and above on Cloud DLL files are not stored instead your source code is stored allong with referenced nuget packages. The official documentation explains this https://docs.umbraco.com/umbraco-cloud/getting-started/git-repository-in-a-cloud-project
  • Umbraco cloud recommends that you store your code in an external git hosting service, so for example if you used Gitlab then you could mirror repositories of the Umbraco Cloud repository. https://docs.gitlab.com/ee/user/project/repository/mirror/
  • The git url you get from https://umbraco.io/ can now store a backup of your entire source code, and it is preconfigured to a build pipeline, which means no more storing of dll files in git. You will still need to build your frontend artifacts and push that over.
  • Umbraco cloud now comes with a csproj file, which means you can get started with Visual Studio out of the box. There are no special scripts needed to setup your cloud project for Visual Studio.
  • Also your project comes with a default ReadMe.md file that has all the information you need to get started, so remember to read it for more details
  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
13.3.0 2,273 12/28/2023
12.4.0 1,889 10/11/2023
11.0.0 687 12/3/2022
10.1.0 486 11/2/2022
9.25.0 374 1/5/2022