umbracocloud 14.2.0
See the version list below for details.
dotnet new install umbracocloud::14.2.0
What is Umbraco Cloud?
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:
Run the following command in a terminal:
dotnet new install umbracocloud
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.
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-v14-git-url.git>
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-v14-git-url.git>
- Follow the instructions in the ReadMe.md file that is included in your Umbraco Cloud repository.
To understand how Umbraco Cloud works, check the article linked below:
-
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.