#Install Umbraco with Microsoft WebMatrix
Follow these simple steps to be up and running with WebMatrix quickly and easily. The benefit of using WebMatrix is that it is super simple to get up and running.
##Download and Launch WebMatrix 3
-
Go to http://www.microsoft.com/web/webmatrix/ and download WebMatrix 3 for free.
-
Once installed, launch WebMatrix.
-
From the three options shown, choose the option New. Then choose App Gallery.
-
In the search box in the top right hand corner, type "Umbraco".
-
From the results select the item marked Umbraco CMS. Click Next.
-
In the Site Name box give your site an appropriate name and click Next again.
The list of items may be more than just Umbraco as shown in the screenshot. This is because WebMatrix uses the Web Platform installer behind the scenes to install Umbraco and will also download any other software that is required in order for the website to run.
-
The next screen presents you with two options for the database to be used by Umbraco. Choose the option marked SQL CE Server (Installed) and click Next. This is the quickest and easiest option to get started with Umbraco - especially for small sites - and uses a file stored on disk as the database.
If you need to migrate your database from SQL CE Server to the full edition of SQL Server, you can do it at a later point.
-
Accept the licensing terms and conditions by clicking I Accept.
-
WebMatrix will download the required files to run Umbraco. Once done you will see a confirmation message.
This section continues from where we left off but covers the installation and configuration of Umbraco inside your web browser when you run Umbraco for the first time.
-
Once completed you may need to launch the website from WebMatrix. (WebMatrix may also launch the site automatically upon completion of installation.)
- Click the Sites section in the lower left-hand corner.
- Then click on the URL such as
http://localhost:22830
Port number may be different as it is random. - The Web installer for Umbraco will now launch inside your default browser.
-
You will see the welcome screen. After reading through the page click Lets get started!
-
On the next screen, review the licensing terms and conditions and click Accept and Continue.
-
On the next screen you are presented with four options for configuring the database to be used by Umbraco. Choose the option marked I want to use SQL CE 4 and click Install. This is the quickest and easiest option to get started with Umbraco, especially for small sites, and uses a file stored on disk as the database.
If you need to migrate your database from SQL CE to SQL Server you can do it at a later point.
- You will be shown the progress bar during the database installation, once done click Next
-
On the next screen you need to fill in the form to create a user so you can access the back office of Umbraco. Once completed click Create user
-
From this next step you can decide if you want to install a starter kit. A starter kit installs an example site for you which allows you to pull it apart and learn how Umbraco works.
-
After deciding whether to skip or install a starter kit you are finished!
-
Now click the Set up your new website to be logged into the Umbraco back-office.
-
Celebrate - you're all done!
You can log into your Umbraco site by entering the following into your browser: http://yoursite.com/umbraco/
###Post installation
One important recommendation is to always remove the install
folder immediately after installing Umbraco and never to upload it to a live server.