Set up web server hosting the folder you chose. Although IIS is a requirement for production sites, it runs fine for development in IIS Express.
Set up file permissions for the folder. For development server it is okey to have full read/write/modify permissions for the process serving the web page (AppPool or Network service)
If you want to set up Umbraco on Sql Server or Mysql, download and install it. Make a new database for Umbraco, and remember Connectionstring details, inccluding database name, user and password
Open your site at localhost, and follow the wizard to set up your site with the database.
Install Umbraco with NuGet
Check for updates to the Nuget package manager. In Visual Studio: Tools > Extensions and Updates > Updates > Visual Studio Gallery. Install if availalbe
Create a new web application with template "ASP.NET Web Application with an Empty template" on .NET Framework 4.5.1
Open the package manager console and run Install-Package UmbracoCms
Press F5 to build and run your new website.
Complete the wizard to choose database provider and set up your site.
Use Umbraco as a cloud service
Either you just want to test out Umbraco CMS, or host your site in a cloud service, you could sign up for a free trial at umbraco.com/cloud. The site you develop in the cloud service could be downloaded for local development or your own hosting later.
Contributors
Topic Id: 7325
Example Ids: 24330,24332,24333,24334
This site is not affiliated with any of the contributors.