Installation of Umbraco CMS
Hosting enviroment
For Umbraco 7 the requirements are
- IIS 7 or higher
- Database, one of the following: SQL CE, SQL Server 2008 or higher or MySQL with support for case insensitive queries)
- ASP.NET 4.5 or 4.5.1. Full-Trust
- Ability to set file/folder permissions for the user that “owns” the Application Pool
Manual installation of Umbraco
- Download the files from our.umbraco.org/download and unzip them in a folder.
- 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.