Unattended Installs
Get clean install of Umbraco
Configure your database
SQL Server Example in appsettings.json
{
"ConnectionStrings": {
"umbracoDbDSN": "server=localhost;database=UmbracoUnicore;user id=sa;password='P@ssw0rd'",
"umbracoDbDSN_ProviderName": "System.Data.SqlClient"
}
}SQLite Example in appsettings.json
Enable the unattended installs feature
Initialize the unattended install

Configuration options
More support
CLI
Visual Studio

References
Last updated
Was this helpful?