By Paul Sterling, 6/24/2008
Rating
Description
Manual installation of Umbraco 3.0.3 on Windows 2003/SQL 2000/IIS 6
Download
Download item
Downloaded 6 time(s).
Snippet
Using the .zip file distribution of Umbraco 3.0.3, extract the files to your web directory
In SQL 2000 create a new database: webCMS
Create a new login: webCMSUser
Map the user to the webCMS database and add these roles:
db_datareader
db_datawriter
db_owner (I expect this can be removed after install)
public
Locate the file 30clean.txt in the .../install/sql/ directory
Remove the following four CREATE VIEW statements and keep in a new text file
1: CREATE VIEW umbracoContentData AS
2: ...
3:
4: CREATE VIEW umbracoContent AS
5: ...
6:
7: CREATE VIEW cmsContentTypes AS
8: ...
9:
10: CREATE VIEW umbracoContentAll AS
11: ...
Using Query Analyzer/Management Studio execute the 30clean and the 'new view' files against the webCMS database
Update web.config with the connection information
Remove the .../install/ directory
Open a browser and login
NB: admin / default are the credentials set in the script
Comments
Add a comment (requires log-in)