天天看点

sharepoint 2007 简明 安装步骤

1、  安装AD

2、  安装sql

3、  准备moss server (如果加入的farm有修改sharepoint的log位置,请在安装moss前创建log的目录)

4、  安装IIS ,展开里面选择asp.net、iis、com+访问、控制台

5、  安装.NET 2.0(windows 2003 r2第二张光盘自带,安装完在iis启用 asp .net 2.0)

6、  安装.net 3.0

7、  安装moss 2007

8、  安装升级补丁

9、  如果是加入farm,则检查farm的log位置

10、 运行moss 向导

11、修改iis log位置

12、修复 IIS 6.0 ssl  BUG:Could not connect to server <servername> for application ‘SharedServices’ event ID: 6482

http://support.microsoft.com/kb/962928

13、检查AllInv.aspx文件配置是否一致:C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\LAYOUTS\ AclInv.aspx

比如:(默認設定權限時不要發信:

於每台Frontend Server中的 C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\LAYOUTS\ AclInv.aspx, 搜尋id="chkSendEmail" 將其屬性:Checked= "True" 改為 "False")

14、 如果要在本机访问moss site,则需要修改:

Method 2: Disable the loopback check (less-recommended method)

Thesecond method is to disable the loopback check by setting the DisableLoopbackCheckregistry key.

To set the DisableLoopbackCheck registry key, follow these steps:

1.       Set the

DisableStrictNameChecking

registry entry to 1. For more information about how to do this,click the following article number to view the article in the MicrosoftKnowledge Base:

281308 (http://support.microsoft.com/kb/281308/ ) Connecting to SMB share on a Windows 2000-based computer or aWindows Server 2003-based computer may not work with an alias name

2.       Click Start, click Run, type regedit, and then clickOK.

3.       In Registry Editor, locate andthen click the following registry key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa

4.       Right-click Lsa, point to New, and then clickDWORD Value.

5.       Type DisableLoopbackCheck,and then press ENTER.

6.       Right-click DisableLoopbackCheck,and then clickModify.

7.       In the Value data box,type 1, and then clickOK.

8.       Quit Registry Editor, and thenrestart your computer.

http://support.microsoft.com/kb/896861