umbracocloud 11.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet new install umbracocloud::11.0.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-v11-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-v11-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:

  • net7.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,296 12/28/2023
12.4.0 1,890 10/11/2023
11.0.0 688 12/3/2022
10.1.0 487 11/2/2022
9.25.0 375 1/5/2022