Nakon što smo napravili instalaciju i konfiguraciju SQL servera i pripadujućih servisa, nastavljamo sa instalacijom i konfiguracijom SharePoint servera 2007.
Instalacija SharePoint servera 2007
Click Close to start the configuration wizard.
administration site. You can use any port number, but Team Foundation Server has always used 17012 as the port number for the SharePoint Products administration site.
server.
Settings page opens.
After you enable the services that Team Foundation Server requires, you must create a shared service provider (SSP) for use with Team Foundation Server. You
will also create a SharePoint Web application to support this SSP.
To create a shared service provider and the Web application that it will use.
Click Home to display the main page for Central Administration, and then click Shared Services Administration.
On the Manage this Farm’s Shared Services page, click New SSP.
The New Shared Services Provider page appears.
In SSP Name, either type a name for the new SSP, or accept the default name.
The default name is SharedServices, followed immediately by a number (for example, SharedServices1).
Click Create a new Web application.
The Create New Web Application page appears.
In IIS Web site, click Create a new IIS Web site.
In Security Configuration, click NTLM, and then click Create a new application pool.
In Application Pool, configure the following options:
In Application pool name, ensure that the name matches the name in Description.
In the Select a security account for this application pool section, click Configurable, and then type the user name and password of the service account for SharePoint Products.
Leave the rest of the settings in their default configuration, and then click OK.
After the Web application is created, the New Shared Services Provider page appears with an error message in the title bar. This behavior is expected.
In SSP Name, in Web Application, verify that the name of the Web application that you just created for the SSP appears, and do not modify any default settings in this section.
In My Site Location, under My Site Location URL, in Relative URL, type a relative URL if a site already exists at /.This URL is required only if a site already exists at /. Users typically specify /My but you can specify any name that does not use prohibited characters.
Leave the rest of the settings in their default configuration, click OK, and then wait for the operation to complete. If a warning message appears about hosting the administration site for SSP and the root site on the same server, click OK.
On the Success page, click OK.
Configure Single Sign-On
To configure single sign-on, you must create an enterprise application definition. During the following procedure, you might need to log on with two sets of credentials. To successfully complete this procedure, the account with which you log on to the server that is running Microsoft Office SharePoint Server 2007 must meet the following requirements:
The account must be a domain user account. It cannot be a group account.
The account must be a member of the Farm Administrators group.
The account must be a member of the local Administrators group on the encryption-key server.
The account must be a member of the securityadmin and db_creator roles on the instance of SQL Server that will host the single sign-on database.
The account must be either the same account that is used as the Single Sign-On Administrator Account or a member of the group account that is used as the Single Sign-On Administrator Account.
To configure single sign-on
In SharePoint Central Administration, click the Operations tab.
Under Security Configuration, click Service accounts.
On the Service Accounts page, in the Credential Management section, click Windows service, and then click Single Sign-on Service from the list of services.
In the Select an account for this component section, click Configurable.
Type the user name and password of an account that you have configured to use as the sign-on account, and then click OK.
Click Start, click Administrative Tools, and then click Services.
In Services, right-click Microsoft Single Sign-On Service, and then click Properties.
On the General tab, in Startup type, click Automatic, click Start, and then click OK.
In SharePoint Central Administration, click the Operations tab.
Under Security Configuration, click Manage settings for single sign-on.
On the Manage Settings For Single Sign-On page, click Manage server settings. The Manage Server Settings for Single Sign-On page appears.
In Single Sign-on Administrator Account, type the user name and password of an account that you have configured to use as the sign-on account.
In Enterprise Application Definition Administrator Account, type the user name of the person or group of people whom you want to assign as the manager or managers of enterprise application definitions on this server.
You should consider creating and using a group that you will use for all members of the Team Foundation Administrators group.
Leave the rest of the settings in their default configuration, and then click OK.
On the Manage Settings For Single Sign-On page, click Manage encryption key.
On the Manage Encryption Key page, click Create Encryption Key.
On the Create Encryption Key page, click OK.
Return to the Manage Settings For Single Sign-On page.
Click Manage settings for the enterprise application definitions.
On the Manage Settings for the Enterprise Application Definitions page, click New Item. The Create an Enterprise Application Definition page
appears.
(Optional) In Application and Contact Information, in both Display name and Application name, type TFS. This step is not required, but it can be useful for convenience in later identification.
In E-mail address, type the e-mail address of the person or group whom you want to receive e-mail messages about this application.
In Account type, click Group.
In Authentication type, click Windows Authentication, and then click OK.
Return to the Manage Settings For Single Sign-On page, and then click Manage account information for enterprise application definitions.
The Manage Account Information for Enterprise Application Definitions page appears.
In the Account information section, in the Enterprise account definition list, click the name of the enterprise account definition that you created to support Team Foundation Server.
If you followed the suggested naming convention, the name will be TFS.
In Group account name, type the name of a global security group in the domain that contains all the users to whom you want to grant access to dashboards and reports in Team Foundation Server, and then click Set.
In Provide Server Account Information, type the name and password for the report reader account (referred to with the placeholder TFSReports), and then click OK.
On the Manage Account Information for Enterprise Application
Definitions page, click Done.
Add a Trusted File Location for Excel Services
For reports to operate correctly, you must also configure the Web application that you created for Team Foundation Server to use as a trusted file location for Excel Services.
To add a trusted file location
Under Shared Services Administration, click the name of the shared service provider that you created.
If you followed the suggested naming convention, this application will be called SharedServices1. The home page for administering the Web application opens.
Under Excel Services Settings, click Trusted file locations.
On the Trusted File Locations page, click Add trusted file location.
The Excel Services Add Trusted File Location page appears.
In Address, type the URL of the root site of the Web application that you will use with Team Foundation Server.
You should specify the Web application that you created in the Create a Web Application section.
In Location Type, click Windows SharePoint Services.
In Trust Children, select the Children trusted check box.
In the External Data section, under Allow External Data, click Trusted data connection libraries and embedded.
(Optional) Clear the Refresh Warning Enabled check box.
In Maximum Concurrent Queries Per Session, change the number to 20, make sure that the Refresh warning enabled check box is not selected, and then click OK.
Set the Access Model
After you configure all the settings and services that Team Foundation Server requires, you must configure the access model for the Web application for single sign-on for delegation. If you do not configure the access model, Team Foundation Server and the Web application cannot interoperate.
To set the access model
On the server that is running SharePoint Central Administration, open a command
prompt.
Change directories to %programfiles%\Common Files\Microsoft Shared\Web Server Extensions\12\bin and type the following command:
stsadm -o set-ecssecurity -ssp SharedServiceProviderName -accessmodel
delegation SharedServiceWebApplicationName is the name of
the shared service provider that you created. If you followed the suggested
naming convention, this name is SharedServices1.
At the command prompt, type iisreset to restart IIS.