Install Umbraco on Window XP

Install Umbraco on Window XP

These instructions will show every step in detail, for those who are unfamiliar with Windows system administration tasks.However, you will need to install and configure a number of pre-requisite software packages on your Windows XP computer that would normally be running on servers maintained by your IT department or ISP.Umbraco is a very simple application to install.If you have already installed some software packages you may skip those steps, though we recommend you review the settings to confirm your configuration.
These extra steps might seem daunting. Don't worry.

Recommended hardware
· 1 GHz or faster processor
· 512 MB or more memory
· 2 GB or more available disk space
· SVGA (1024 x 768) or higher monitor resolution
· Internet Explorer 6 or higher
Note: You will need your Windows XP Professional CD

1. Install Microsoft's web server, Internet Information Server 5.1 (IIS) from the Windows XP Pro installation CD.

Place the Windows XP Professional CD-ROM in your CD Drive.
Once IIS is installed on your machine you can view your home page in a web browser by typing http://localhost into the address bar of your web browser. Since you have not yet created a web site you should see the default start page and the IIS documentation.

You will configure IIS in a few moments, after installing a few other software packages.
2. Install .NET 2.0 Framework

Note: Umbraco 3.x requires .NET 2.0.
You can download the .NET 2.0 Framework from the Microsoft web site at:http://www.microsoft.com/downloads/details.aspx?familyid=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&displaylang=en
4. Install MSXML

Note: The Microsoft Core XML Services (MSXML) are a pre-requisite for SQL Server Management Studio Express, which will be installed in a moment. You can download the Microsoft Core XML Services (MSXML) 6.0 from the Microsoft web site at:http://www.microsoft.com/downloads/details.aspx?familyid=993c0bcf-3bcf-4009-be21-27e85e1857b1&displaylang=en
5. Install SQL Server 2005 Express Edition SP2

Microsoft SQL Server 2005 Express Edition is the free, easy-to-use, lightweight version of SQL Server 2005. SQL Server Express can be seamlessly upgraded to more sophisticated versions of SQL Server.
You can download Microsoft SQL Server 2005 Express Edition SP2 from the Microsoft web site at:http://go.microsoft.com/fwlink/?LinkId=65212

SQL Server 2005 Management Studio Express Edition (SSMSE) provides a robust set of graphical tools for working with Microsoft SQL Server Express Edition.
You can download Microsoft SQL Server 2005 Management Studio Express from the Microsoft web site at:http://go.microsoft.com/fwlink/?LinkId=65110

There are many steps here, so take your time and be sure you perform each step. Various problems can occur if you don't have SQL Server configured properly.

SQL Server 2005 Configuration Manager

1. Click Start, click All Programs, click Microsoft SQL Server 2005, click Configuration Tools, and click SQL Server Configuration Manager.
2. Expand the SQL Server 2005 Network Configuration folder, click on Protocols for MSSQLSEVER.
3. Right-click on the TCP/IP protocol, and select Properties.
4. On the Protocol tab, select Yes for Enabled.
5. On the IP Addresses tab, select Yes for both Active and Enabled for all IP Address entries.
6. Click OK.
7. Click OK.
8. Select the SQL Server 2005 Services folder
9. Right-click SQL Server (MSSQLSERVER), and click Restart.
10. Exit SQL Server Configuration Manager.

SQL Server 2005 Surface Area Configuration

1. Click Start, click All Programs, click Microsoft SQL Server 2005, click Configuration Tools, and click SQL Server Surface Area.
2. Click Surface Area Configuration for Services and Connections.
3. Expand the MSSQLSERVER folder, expand the Database Engine folder, and click on Remote Connections.
4. Select the radio button next to "Local and remote connections".
5. Select the radio button next to "Using TCP/IP only".
6. Click OK.
7. Exit SQL Server 2005 Surface Area Configuration.
8. Restart SQL Server using the SQL Server Configuration Manager.
9. Exit SQL Server Configuration Manager.

SQL Server Management Studio Express

1. Click Start, click All Programs, click Microsoft SQL Server 2005, and click SQL Server Management Studio Express.
2. Select SQL Server Authentication, enter sa for the login, and type the password you specified when you installed SQL Server 2005 Express, above.
3. Click Connect.
4. Right-click on the Databases folder, and select New Database.
5. Enter a Database name.(we'll use 'umbracoCMS' in these instructions)
6. Leave the Owner as .
7. Click OK.
8. Expand the Security folder.
9. Right-click on the Logins folder, and select New Login.
10. Select the General page:
11. Enter a Login name.(we'll use 'umbracoUser' in these instructions)
12. Select the radio button next to "SQL Server authentication", and enter and confirm a Password.
13. Remove the check mark in the box next to "Enforce password policy".(note: this is optional and should not be done in a production environment)
14. Select the User Mapping page:
14.1 Place a check mark in the box next to the Database you created.('umbracoCMS' in these instructions)
14.2 Place a check mark in the boxes next to the following Database role memberships: db_datareader db_datawriter db_owner public
15. Click OK.
16. Right-click on the root server folder (the parent of Databases, Security, etc.), and select Properties.
17. Select the radio button next to "SQL Server and Windows Authentication mode".
18. Click OK.
19. Right-click on the root server folder (the parent of Databases, Security, etc.), and select Restart.
20. Click Yes.

Test the configuration by disconnecting and logging in as the user you just created.

1. Click File, click Disconnect Object Explorer.
2. Click File, click Connect Object Explorer.
3. Select SQL Server Authentication, enter the name of the login user you create ('umbracoUser' in these instructions), and type the password you specified when you created the login user, above..
4. Click Connect.

You can download umbraco from the umbraco web site at:http://www.umbraco.org/download

When downloading has finished, double-click the zip file on your desktop.
Extract all files and folders to C:\Inetpub\wwwrootNote: it is vital that you keep the file and folder structure intact!
If you already have web site content in C:\Inetpub\wwwroot, create a new folder and extract the files and folders into the new location (such as, C:\Inetpub\umbraco).

Do not attempt to install umbraco into a virtual folder. This is not supported.

0 comments:

:a: :b: :c: :d: :e: :f: :g: :h: :i: :j: :k: :l: :m: :n:

Post a Comment