SharePoint 2010_Step by Step Install
NOTE: This is an older version of the install. If you want RTM steps, go here
From fresh hardware to full SharePoint 2010 dev install, everything you need is right here! No Login
required like some other sites! Keep in mind these steps are NOT for production (you wouldn't run your site on beta software would you, even if you did, I hope you paid for it).
These steps will change at RTM. Some things to note:
1) Install is using admin account (several of us just couldn't get ALL the features to work with
separate service account in Beta)
2) we don't need loopback fix as all the sites are using specific ports instead of host headers.
Also, if you don't want to do a domain controller install, you could consider this route (http://bit.ly/
4oAhpm), but steps here may not work if you do.
1. Start Hyper-V Manager on a 64bit server
2. Click “Action->New->Virtual Machine”
3. For Name, type “sharepoint2010”
4. Click “Next”
5. For memory, type “6144”
6. Click “Next”
7. Select a local connection, click “Next”
NOTE: you will need internet access
8. Select a location, ensure that the size is set to at least 127GB
9. Click “Next”
10. Click “Next”
11. Click “Finish”
12. Right click the virtual machine in Hyper-V, select “Settings”
13. For the IDE Controller 1, specify the “Windows Server 2008” iso
a. Click “Browse”
b. Select the iso
c. Click “Open”
d. Click “Ok”
e. Start the Virtual Machine
f. Install Windows Server 2008
g. Click “Next”
h. Click “Install Now”
i. Select “Windows Server 2008 Enterprise (Full Installation)”
j. Click “Next”
k. Click “I accept the license terms”
l. Click “Next”
m. Click “Custom (advanced”)
n. Click “Next”, windows will install
o. Click “Ok”
p. For password, type “Pa$$w0rd”
q. Type “Enter”
r. Click “Ok”
14. From Hyper-V Console, install “Integration Services”
a. Click “Action->Insert Integration Services Setup Disk”
b. Click “Install Hyper-V Integration Services” in the autoplay
c. Click “Ok” to upgrade/install
d. Click “Yes” to restart
15. Login to the server as administrator
16. Click “Start->All Programs->Windows Update”
17. Click “Turn on now”
18. Click “Install now” to install latest windows update software
19. In the “Server Manager” window that opens:
a. Click “Configure Remote Desktop”
b. Click “Allow connections from computers running any version…”
c. Click “OK”
d. Click “OK”
e. Click “Configure IE ESC”
f. Click “Off” for both administrators and users
g. Click “OK”
h. Click “Go to Windows Firewall”
i. Click “Windows Firewall properties”
j. For domain, private, public, set the firewall status to “Off”
k. Click “OK”
l. Click “Add Features”
m. Click “SMTP server”
n. Click “Add Required Role Services”
o. Click “Next”
p. Click “Next”
q. Click “Install”
r. Click “Close”
20. Run Windows Update, get all critical updates
a. Click “Install Updates”, install all updates
b. Click “Restart Now”
21. Install Microsoft Update
22. Run Microsoft update, install any updates
a. Click “Restart Now”
23. Install Server 2008 Service Pack 2 (if it didn’t get installed from Microsoft Update)
a. Restart after install
24. Click “Start”
25. Right click “Computer”, select “Properties”
26. Under computer name, click “Change settings”
27. For description, type “sharepoint2010”
28. Click “Change”
29. Set the computer name to “sharepoint2010”
30. Click “Ok”
31. Restart the virtual machine
32. Run Windows Update, get all critical updates
a. Click “Install Updates”, install all updates
b. Click “Restart Now”
33. At this point, keep your image as a Windows Server 2008 base image!
a. Copy the base image sharepoint2010 vhd, rename to server2008sp2base and put in a safe
place!
34. Open a command prompt, run dcpromo, setup a domain called “contoso.corp”
a. Click “Next”
b. Click “Next”
c. Select “Create a new domain…”
d. Click “Next”
e. Enter contoso.corp, click “Next”
f. Select “Windows Server 2008”, click “Next”
g. Click “Next”
h. Click “Yes, the computer will use…”
i. Click “Yes”
j. Click “Next”
k. For password, type “Pa$$w0rd”
l. Click “Next”
m. Click “Next”, active directory will setup itself up
35. Restart the machine after AD is finished
36. At this point, keep your image as a Windows Server 2008 base image!
a. Copy the base image sharepoint2010 vhd, rename to server2008sp2_AD and put in a safe
place!
37. Create the following domain users, set their password to “Pa$$w0rd” and that they can’t change the
password and the password doesn’t expire.
a. Click “Start->Administrative Tools->Active Directory Users and Computers”
b. Expand contoso.corp
c. Select “Users”, right click and select “New->User”
d. For name and user logon, type sp_system
e. Click “Next”
f. For Password, type “Pa$$w0rd”
g. Uncheck “User must change…”
h. Check “User cannot change password”
i. Check “Password never expires”
j. Click “Next”
k. Click “Finish”
Install SQL Server 2008 SP1 – If you don’t have slipstreamed sp1, install the setup files for SP1, then install sql 2008, then the full SP1 (but you may need the new Installer which is in the SQL 2008 base install/nonsp1).
1. Insert the Server 2008 iso (with SP1)
2. Click “installation”
3. Click “New SQL Server standalone…”
4. On “Setup Support Roles”, click “Ok”
5. On “Setup Support Files”, click “Install”
6. Click “Next”
7. On product key, click “Next”
8. Click “I accept the license terms”
9. Click “Next”
10. Check the following:
i. Database Engine
ii. SQL Server Replication
iii. Full-Text Search
iv. Analysis Services
v. Reporting Services
vi. Business Intelligence Development Studio
vii. Client Tools Connectivity
viii. Integration Services
ix. Client Tools Backward Compatibility
x. Management Tools – Basic
xi. Management Tools – Complete
xii. Microsoft Sync Framework
11. Click “Next”
12. Click “Next”
13. On “Disk Space”, click “Next”
14. For all accounts, type “contoso\administrator” and “Pa$$w0rd” for password
15. Click “Next”
16. Click “Mixed Mode” authentication radio button
17. For password, type “Pa$$w0rd”
18. Click “Add Current User”
19. Click “Next”
20. Click “Add Current User”
21. Click “Next”
22. On report Services, click “Install, but do not configure…” radio button
23. Click “Next”
24. Click “Next”
25. Click “Next”
26. Click “Install”
27. Click “Next”
28. Click “Close”
Install the 2008 SP1 CU2
http://support.microsoft.com/kb/970315
1 Open SQL Management Studio, make sure your version is 10.00.2714 or later!
2. Open SQL Server Management Studio, this is for the initial setup process to run
3. Open the SQL configuration manager
Click “Start->All programs->Microsoft SQL Server 2008->Configuration Tools->Sql Server Configuration
manager
a. Expand “SQL Server Network Configuration->Protocols for MSSQLSERVER”
b. Enable:
i) Named Pipes
ii) TCP/IP
c. Restart the sql service
4. Install/attach the demo databases (Northwind, pubs, adventureworks2000, adventureworksDW). These can be downloaded or installed from the instructor dvd.
a. . Northwind and Pubs http://www.microsoft.com/downloads/details.aspx?FamilyID=06616212-
0356-46A0-8DA2-EEBC53A68034&displaylang=en
i. Run Sql2000SampleDb.msi
ii. Open c:\sql server 2000 sample databases\instnwnd.sql
iii. Run on sharepoint2007
iv. Open c:\sql server 2000 sample databases\instpubs.sql
v. Run on sharepoint2007
vi. Delete the c:\sql server 2000 sample databases directory
b. . AdventureWorks 2000
(http://www.microsoft.com/downloads/details.aspx?familyid=487c9c23-
2356-436e-94a8-2bfb66f0abdc&displaylang=en)
i. Run AdventureWorks2000.exe
ii. Click, no at the .net 1.0/1.1 framework install
iii. Open Sql Server management studio
iv. Connect to sharepoint 2007
v. Right click databases, select attach
vi. Click Add, Browse to c:\program files\microsoft sqlserver\mssql\data\adventureworks2000_data.mdf
vii. Click Ok
C . AdventureWorksDW (http://codeplex.com/SqlServerSamples)
• Find and download, run AdventureWorksDBScripts.msi
• Open c:\program files\microsoft sqlserver\100\tools\Samples\adventureworks data warehouse\instawdb.sql
• Run on sharepoint2007 (make sure you don’t get any errors, if you do fix
them – likely need to copy the .csv files to a directory)
• Open c:\program files\microsoft sqlserver\100\tools\Samples\adventureworks OLTP\instawdb.sql
• Run on sharepoint2007 (make sure you don’t get any errors, if you do fix
them – likely need to copy the .csv files and rename the .mdf and .ldf to install the
database)
Run Windows Update, get all critical updates
1. Click on all available updates
2. Click “Ok”
3. Click “Install Updates”
4. Click “Restart Now”
At this point, keep your image as a base image!
Copy the base image sharepoint2010 vhd, rename to server2008sp2_sql2008sp1_cu and put in
a safe place!
Install “Office 2010”
1. Click “I accept the terms…” check box
2. Click “Continue”
3. Click “Install Now”
4. Click “Close”
5. Open “Word 2010”
6. Click “Use recommended settings”
7. Click “Ok”
8. . Open Office Word 2010 to setup the initial settings
Install “Visio 2010”
1. Enter your product key
2. Click “Continue”
3. Click “I accept the terms…” check box
4. Click “Continue”
5. Click “Install Now”
6. Click “Close”
Install “Microsoft SharePoint Designer 2010”
1. Click “I accept the terms…” check box
2. Click “Continue”
3. Click “Install Now”
4. Click “Close”
Install “Visual Studio 2010”
1. Insert the iso into the image
2. Click “Install Visual Studio 2010”
3. Click “Next”
4. Click “I have read and accept…”
5. Click “Next”
6. Click “Full”
7. Click “Install”
8. When/if prompted, restart, the install will start up again when rebooted
9. When/if prompted, restart, the install will start up again when rebooted
10. Click “Finish”, close the intaller
Open “Visual Studio 2010”, select c# development settings
1. Turn off customer improvement program
2. Close Visual Studio 2010
Install “FireFox” browser
1. Download from http://www.firefox.com
Install “Google Chrome” browser
1. Download from http://www.google.com/chrome
Install “Apple Safari” browser
1. Download from http://www.apple.com/safari/
Install “Enterprise Library 4.1”
1. http://www.microsoft.com/downloads/details.aspx?FamilyId=1643758B-2986-47F7-B529-
3E41584B6CE5&displaylang=en
2. Click “I accept the terms…”
3. Click “Next”
4. Click “Next”
5. Click “Next”
6. Click “Install”
5. Click “Launch” to install the source and working copy files
6. Click “Finish”
Apply WCF patch
1. Download and install (http://support.microsoft.com/kb/971831)
At this point, keep your image as a base image!
Copy the base image sharepoint2010 vhd, rename to server2008sp2_sql2008sp1_cu_vs2010
and put in a safe place!
Install “SharePoint 2010” Prereqs
NOTE: (BE SURE YOU ARE LOGGED IN AS CONTOSO\ADMINISTATOR)
1. Insert the DVD/start the install
2. Click “Install Prerequisites”
NOTE: this step will require internet access!
3. Click “Next”
4. Click “I accept the terms…”
5. Click “Next”
• All pre-reqs will be downloaded and installed (this could take 45 minutes)
• Even on Server 2008, your setup may download SP2 for Server 2008 and
install, if it does, a reboot will be required. After reboot, continue the install via the
prompts
• Install will continue by installing application server role and the other
prereqs
Install “SharePoint 2010” product
1. Click “Install SharePoint Server”
2. Enter your trial product key
PKXTJ-DCM9D-6MM3V-G86P8-MJ8CY
3. Click “Continue”
4. Click “I accept…”
5. Click “Server Farm”
6. Select “Complete…”
7. Click “Install Now”
8. Click “Close” (uncheck the run configuration wizard)
Normal 0 false false false EN-US X-NONE X-NONE /* Style Definitions */ table.MsoNormalTable {msostyle-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes;mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt;mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt;font-family:"Times New Roman","serif";} Ensure proper permissions are setup (these steps will fix the CryptographicException error):
9. . Right click on the folder ('%CommonProgramFiles%\Microsoft Shared\Web Server
Extensions\14), select “Properties”
10. Select “Security” tab
11. Click “Edit”
12. Click “Add”
13. For the user type “Network Service”
14. Click “OK”
15. Grant the user Full Control
16. Click “OK”
17. Click “OK”
At this point, keep your image as a base image!
Copy the base image sharepoint2010 vhd, rename to
server2008sp2_sql2008sp1_cu_vs2010_NoConfigure and put in a safe place!
Run SharePoint Configuration Wizard
Click “Start->All Programs->Microsoft SharePoint 2010 products->SharePoint 2010 Products
1. Configuration Wizard”
2. Click “Next”
3. In the popup, click “Yes”
4. Select “Create a new server farm”
5. Click “Next”
6. For database server, type “SharePoint2010”
7. For username, type “contoso\administrator”
8. For password, type “Pa$$w0rd”
9. Click “Next”
10. For passphrase, type “Pa$$w0rd”
11. Click “Next”
12. Click “Next”,
13. Click “Next”, SharePoint 2010 will Configure itself
14. Click the radio button to participate in the feedback program, we gotta make SharePoint better
15. right?!?
16. Click “Walk me through the settings using this Wizard” radio button
17. Click “Next”
18. Click “Use existing managed account”
19. Click “Next”, all your services will be created, this will take a few minutes
20. Click “Skip”
21. Click “Finish”
Add a farm administrator
1. Click “Security”
2. Click “manage farm administrators group”
3. Click “New->Add Users”
4. Type contoso\sp_system
5. Click “Ok”
Open the SharePoint Central Administration site and setup Diagnostic Logging
1. Click “Monitoring”
2. Under “Reporting”, click “Configure usage and health data collection”
3. Ensure that “Enable usage data collection” is clicked
4. Click “Ok”
Open the SharePoint Central Administration site and setup Outgoing Email
1. Click “System Settings”
2. Click “Configure out-going email Settings”
3. For outbound smtp, type “sharepoint2010”
4. For from address, type sharepoint@contoso.corp
5. For reply address, type sharepoint@contoso.corp
6. Click “Ok”
Start the “SharePoint Web Services” application pool
1. Open IIS Manager
2. Ensure that the “SharePoint Web Service” application pool is started
Start services on a server
1. Open “Central Administration”
2. Click “System Settings”
3. Click “Manage services on server”
4. Start all services, except for “Lotus Notes Connector”
NOTE:
Install “Document Conversions Load balancer” before you start the
launcher service, select “servername” when setting up the launcher service.
For Foundation Search, use the following settings:
1. For Username type, “contoso\administrator”
2. For password, type “Pa$$w0rd
3. For content access account type “contoso\adminsitrator”
4. For password, type “Pa$$w0rd”
5. Click “Start”
For “User Profile Synchronization Service”
1. Click “Start”
2. Select the only “User Profile Service Application”
3. Click “OK”
4. Wait for the status of the job to change to “Started”
Ensure Windows Services have started
1. Open the Services Applet
2. Ensure these two service eventually start
i. ForeFront Identity Manager Service
ii. ForeFront Identity manager Synchronization Service
iii. Run an IISRESET
Configure the User Profile service
1. Click “Application Management”
2. Click “Manage service applications”
3. Click “User Profile Service Application”
4. Click “Manage” in the Ribbon
5. Click “Configure Synchronization Connections”
6. Click “Create new connection”
7. For connection name, type “Contoso.corp”
8. For forest name, type “contoso.corp”
9. For account name, type “contoso\administrator”
10. For password, type “Pa$$w0rd”
11. Click “Populate Containers”
NOTE: if you get an error, change the browser settings to IE7.0
12. Expand “Contoso” Select “Users”
13. Click “Ok”
Install “Office Web Applications”
Type your key
1. Click “I accept the terms…”
2. Click “Continue”
3. Click “Install Now”
4. Click “Close”, leave the checkbox checked
5. Click “Next”
6. Click “Yes”
7. Click “Next”
8. Click “Next”
9. Click “Finish”
Create Office Web Applications service applications
1. Open Central Administration
2. Click “Application management”
3. Click “Manage service applications”
4. Click “New->PowerPoint Service Application”
5. For name, type “PowerPoint Service”
6. For pool name, type “PPTPool”
7. Click “OK”
8. Click New->Word Viewing Service”
9. For name, type “Word Viewing Service”
10. For application pool type “WordViewingPool”
11. Click “OK”
12. On the service applications page, click “PowerPoint Service Application”
13. Click “new site collection”
14. For title, type “PPT Broadcast”
15. For the url, in the dropdown select “sites”
16. For the url textbox, type “PPTBroadcast”
17. For template, click “Enterprise”, select “PowerPoint Broadcast Site”
18. For site collection admin, type “administrator”
19. Click “OK”
20. Click “System Settings”
21. Click “Manage services on server”
22. Click “Start” for:
• PowerPoint Service
• Word Viewing Service
Open SharePoint PowerShell, run the following commands:
1. Click Start->Programs->Microsoft SharePoint 2010 Products->SharePoint 2010 Mangaement Shell
2. Run the following commands:
$acl = Get-Acl HKLM:\System\CurrentControlSet\Control\ComputerName
$person = [System.Security.Principal.NTAccount]"Users"
$access = [System.Security.AccessControl.RegistryRights]::FullControl
$inheritance = [System.Security.AccessControl.InheritanceFlags]"ContainerInherit, ObjectInherit"
$propagation = [System.Security.AccessControl.PropagationFlags]::None
$type = [System.Security.AccessControl.AccessControlType]::Allow
$rule = New-Object System.Security.AccessControl.RegistryAccessRule($person, $access,
$inheritance, $propagation, $type)
$acl.AddAccessRule($rule)
Set-Acl HKLM:\System\CurrentControlSet\Control\ComputerName $acl
$e = Get-SPServiceApplication | where {$_.TypeName.Equals("Word Viewing Service
Application")}
$e.WordServerIsSandboxed = $false
$e.WordServerIsSandboxed
$p = Get-SPServiceApplication | where {$_.TypeName.Equals("PowerPoint Service Application")}
$p.EnableSandboxedViewing = $false
$p.EnableSandboxedEditing = $false
3. Open c:\windows\system32\inetsrv\config\applicationHost.config file. Add the line below in the end of
the dynamicTypes:
<add mimeType="application/zip" enabled="false" />
a. Run IISRESET
4. Download and install the Data Service 1.5 CTP
a. . http://www.microsoft.com/downloads/details.aspx?FamilyID=a71060eb-454e-4475-81a6-
e9552b1034fc&displaylang=en#filelist
b. Download and install Fiddler
• www.fiddler2.com
Install Desktop Experience
1. Open the “Server Manager”
2. Click “Add Feature”
Check the following:
• Desktop experience
• Click “Next”
• Click “Install”
Download and install Microsoft SilverLight
Download and install Microsoft Identity Framework
a. http://msdn.microsoft.com/en-us/evalcenter/dd440951.aspx
Download and install Microsoft Identity Framework SDK
http://www.microsoft.com/downloads/details.aspx?familyid=C148B2DF-C7AF-46BB-9162-
2C9422208504&displaylang=en
Create the “Team Site”
1. Click “Application Management”
2. Click “Manage Web Applications”
3. In the Ribbon, click “New”
4. Ensure that ”Classic Mode Authentication” is enabled
5. For Port, type “100”
6. Under Application Pool, Select Create new Application Pool
7. For Name, type “SharePoint - ALL”
8. For security account, select “contoso\administrator”
9. For the database name, change to “wss_content_100”
10. Click “Ok”, your web application is being created:
NOTE: In Production, you should always type a meaningful name for your
content databases!
11. Click the “Create Site Collection” Link
12. For Title, type “My Team Site”
13. For Template, Under Collaboration select Team Site
14. For Primary Site Collection administrator, type “Administrator”
15. Click “Ok”
Create the “Portal Site”
1. Click “Application Management”
2. Click “Manage Web Applications”
3. In the Ribbon, click “New”
4. Ensure that ”Classic Mode Authentication” is enabled
5. For Port, type “112”
6. Under Application Pool, Select “Use Existing Application Pool”
7. For Name, type “SharePoint - ALL”
8. For the database name, change to “wss_content_112”
9. Click “Ok”, your web application is being created:
10. Click the “Create Site Collection” Link
11. For Title, type “My Portal Site”
12. For Template, Under “Publishing” select “Publishing Site”
13. For Primary Site Collection administrator, type “Administrator”
14. Click “Ok”
Make the quicklaunch bar horizontal and add the following items to quicklaunch (you can do this by navigating to the respective program icon in the start menu, right click, Add To Quick Launch)
• SharePoint Designer 2010
• Visio 2010
• Visual Studio 2010
• SQL Server Management Studio
Visual Studio Command Prompt
Available under start->Microsoft Visual Studio 2010->Visual Studio Tools->Visual Studio Command Prompt
A Shortcut to the 14 hive
Enterprise library console
Services Applet
Available under Start->Administrative Tools->Services
IIS Manager
Available under Start->Administrative Tools->Internet Information Services
(IIS) Manager
SharePoint Central Administration Console
Available under Start->Programs->Microsoft SharePoint 2010 Products->SharePoint 2010 Central Administration
SharePoint 2010 management Shell
i. Available under Start->Programs->Microsoft SharePoint 2010 Products-
>SharePoint 2010 Management Shell
Add C:\Program Files\Common Files\Microsoft Shared\web server extensions\14\BIN to the Path variable
1. Right click My Computer, select “Properties”
2. Click “Advanced system settings”
3. Click “Environment variables”
4. Under system variables section, click path, click Edit
5. Go to the end of the string append, “;C:\Program Files\Common Files\Microsoft Shared\web
server extensions\14\BIN”
Uninstall bad programs
• Click Start->Control Panel
• Click “Programs and features”
• Uninstall “Visual Studio 2010 Beta 2 Tools for SQL Server Compact ENU”
• Uninstall “Microsoft SQL Server Compact *”
• Restart the machine
• Install SQL Server CE x86
• Install SQL Server CE x64
• Install SQL Server CE Server Tools x64
• Reboot your machine
NOTE: This is an older version of the install. If you want RTM steps, go here
From fresh hardware to full SharePoint 2010 dev install, everything you need is right here! No Login
required like some other sites! Keep in mind these steps are NOT for production (you wouldn't run your site on beta software would you, even if you did, I hope you paid for it).
These steps will change at RTM. Some things to note:
1) Install is using admin account (several of us just couldn't get ALL the features to work with
separate service account in Beta)
2) we don't need loopback fix as all the sites are using specific ports instead of host headers.
Also, if you don't want to do a domain controller install, you could consider this route (http://bit.ly/
4oAhpm), but steps here may not work if you do.
1. Start Hyper-V Manager on a 64bit server
2. Click “Action->New->Virtual Machine”
3. For Name, type “sharepoint2010”
4. Click “Next”
5. For memory, type “6144”
6. Click “Next”
7. Select a local connection, click “Next”
NOTE: you will need internet access
8. Select a location, ensure that the size is set to at least 127GB
9. Click “Next”
10. Click “Next”
11. Click “Finish”
12. Right click the virtual machine in Hyper-V, select “Settings”
13. For the IDE Controller 1, specify the “Windows Server 2008” iso
a. Click “Browse”
b. Select the iso
c. Click “Open”
d. Click “Ok”
e. Start the Virtual Machine
f. Install Windows Server 2008
g. Click “Next”
h. Click “Install Now”
i. Select “Windows Server 2008 Enterprise (Full Installation)”
j. Click “Next”
k. Click “I accept the license terms”
l. Click “Next”
m. Click “Custom (advanced”)
n. Click “Next”, windows will install
o. Click “Ok”
p. For password, type “Pa$$w0rd”
q. Type “Enter”
r. Click “Ok”
14. From Hyper-V Console, install “Integration Services”
a. Click “Action->Insert Integration Services Setup Disk”
b. Click “Install Hyper-V Integration Services” in the autoplay
c. Click “Ok” to upgrade/install
d. Click “Yes” to restart
15. Login to the server as administrator
16. Click “Start->All Programs->Windows Update”
17. Click “Turn on now”
18. Click “Install now” to install latest windows update software
19. In the “Server Manager” window that opens:
a. Click “Configure Remote Desktop”
b. Click “Allow connections from computers running any version…”
c. Click “OK”
d. Click “OK”
e. Click “Configure IE ESC”
f. Click “Off” for both administrators and users
g. Click “OK”
h. Click “Go to Windows Firewall”
i. Click “Windows Firewall properties”
j. For domain, private, public, set the firewall status to “Off”
k. Click “OK”
l. Click “Add Features”
m. Click “SMTP server”
n. Click “Add Required Role Services”
o. Click “Next”
p. Click “Next”
q. Click “Install”
r. Click “Close”
20. Run Windows Update, get all critical updates
a. Click “Install Updates”, install all updates
b. Click “Restart Now”
21. Install Microsoft Update
22. Run Microsoft update, install any updates
a. Click “Restart Now”
23. Install Server 2008 Service Pack 2 (if it didn’t get installed from Microsoft Update)
a. Restart after install
24. Click “Start”
25. Right click “Computer”, select “Properties”
26. Under computer name, click “Change settings”
27. For description, type “sharepoint2010”
28. Click “Change”
29. Set the computer name to “sharepoint2010”
30. Click “Ok”
31. Restart the virtual machine
32. Run Windows Update, get all critical updates
a. Click “Install Updates”, install all updates
b. Click “Restart Now”
33. At this point, keep your image as a Windows Server 2008 base image!
a. Copy the base image sharepoint2010 vhd, rename to server2008sp2base and put in a safe
place!
34. Open a command prompt, run dcpromo, setup a domain called “contoso.corp”
a. Click “Next”
b. Click “Next”
c. Select “Create a new domain…”
d. Click “Next”
e. Enter contoso.corp, click “Next”
f. Select “Windows Server 2008”, click “Next”
g. Click “Next”
h. Click “Yes, the computer will use…”
i. Click “Yes”
j. Click “Next”
k. For password, type “Pa$$w0rd”
l. Click “Next”
m. Click “Next”, active directory will setup itself up
35. Restart the machine after AD is finished
36. At this point, keep your image as a Windows Server 2008 base image!
a. Copy the base image sharepoint2010 vhd, rename to server2008sp2_AD and put in a safe
place!
37. Create the following domain users, set their password to “Pa$$w0rd” and that they can’t change the
password and the password doesn’t expire.
a. Click “Start->Administrative Tools->Active Directory Users and Computers”
b. Expand contoso.corp
c. Select “Users”, right click and select “New->User”
d. For name and user logon, type sp_system
e. Click “Next”
f. For Password, type “Pa$$w0rd”
g. Uncheck “User must change…”
h. Check “User cannot change password”
i. Check “Password never expires”
j. Click “Next”
k. Click “Finish”
Install SQL Server 2008 SP1 – If you don’t have slipstreamed sp1, install the setup files for SP1, then install sql 2008, then the full SP1 (but you may need the new Installer which is in the SQL 2008 base install/nonsp1).
1. Insert the Server 2008 iso (with SP1)
2. Click “installation”
3. Click “New SQL Server standalone…”
4. On “Setup Support Roles”, click “Ok”
5. On “Setup Support Files”, click “Install”
6. Click “Next”
7. On product key, click “Next”
8. Click “I accept the license terms”
9. Click “Next”
10. Check the following:
i. Database Engine
ii. SQL Server Replication
iii. Full-Text Search
iv. Analysis Services
v. Reporting Services
vi. Business Intelligence Development Studio
vii. Client Tools Connectivity
viii. Integration Services
ix. Client Tools Backward Compatibility
x. Management Tools – Basic
xi. Management Tools – Complete
xii. Microsoft Sync Framework
11. Click “Next”
12. Click “Next”
13. On “Disk Space”, click “Next”
14. For all accounts, type “contoso\administrator” and “Pa$$w0rd” for password
15. Click “Next”
16. Click “Mixed Mode” authentication radio button
17. For password, type “Pa$$w0rd”
18. Click “Add Current User”
19. Click “Next”
20. Click “Add Current User”
21. Click “Next”
22. On report Services, click “Install, but do not configure…” radio button
23. Click “Next”
24. Click “Next”
25. Click “Next”
26. Click “Install”
27. Click “Next”
28. Click “Close”
Install the 2008 SP1 CU2
http://support.microsoft.com/kb/970315
1 Open SQL Management Studio, make sure your version is 10.00.2714 or later!
2. Open SQL Server Management Studio, this is for the initial setup process to run
3. Open the SQL configuration manager
Click “Start->All programs->Microsoft SQL Server 2008->Configuration Tools->Sql Server Configuration
manager
a. Expand “SQL Server Network Configuration->Protocols for MSSQLSERVER”
b. Enable:
i) Named Pipes
ii) TCP/IP
c. Restart the sql service
4. Install/attach the demo databases (Northwind, pubs, adventureworks2000, adventureworksDW). These can be downloaded or installed from the instructor dvd.
a. . Northwind and Pubs http://www.microsoft.com/downloads/details.aspx?FamilyID=06616212-
0356-46A0-8DA2-EEBC53A68034&displaylang=en
i. Run Sql2000SampleDb.msi
ii. Open c:\sql server 2000 sample databases\instnwnd.sql
iii. Run on sharepoint2007
iv. Open c:\sql server 2000 sample databases\instpubs.sql
v. Run on sharepoint2007
vi. Delete the c:\sql server 2000 sample databases directory
b. . AdventureWorks 2000
(http://www.microsoft.com/downloads/details.aspx?familyid=487c9c23-
2356-436e-94a8-2bfb66f0abdc&displaylang=en)
i. Run AdventureWorks2000.exe
ii. Click, no at the .net 1.0/1.1 framework install
iii. Open Sql Server management studio
iv. Connect to sharepoint 2007
v. Right click databases, select attach
vi. Click Add, Browse to c:\program files\microsoft sqlserver\mssql\data\adventureworks2000_data.mdf
vii. Click Ok
C . AdventureWorksDW (http://codeplex.com/SqlServerSamples)
• Find and download, run AdventureWorksDBScripts.msi
• Open c:\program files\microsoft sqlserver\100\tools\Samples\adventureworks data warehouse\instawdb.sql
• Run on sharepoint2007 (make sure you don’t get any errors, if you do fix
them – likely need to copy the .csv files to a directory)
• Open c:\program files\microsoft sqlserver\100\tools\Samples\adventureworks OLTP\instawdb.sql
• Run on sharepoint2007 (make sure you don’t get any errors, if you do fix
them – likely need to copy the .csv files and rename the .mdf and .ldf to install the
database)
Run Windows Update, get all critical updates
1. Click on all available updates
2. Click “Ok”
3. Click “Install Updates”
4. Click “Restart Now”
At this point, keep your image as a base image!
Copy the base image sharepoint2010 vhd, rename to server2008sp2_sql2008sp1_cu and put in
a safe place!
Install “Office 2010”
1. Click “I accept the terms…” check box
2. Click “Continue”
3. Click “Install Now”
4. Click “Close”
5. Open “Word 2010”
6. Click “Use recommended settings”
7. Click “Ok”
8. . Open Office Word 2010 to setup the initial settings
Install “Visio 2010”
1. Enter your product key
2. Click “Continue”
3. Click “I accept the terms…” check box
4. Click “Continue”
5. Click “Install Now”
6. Click “Close”
Install “Microsoft SharePoint Designer 2010”
1. Click “I accept the terms…” check box
2. Click “Continue”
3. Click “Install Now”
4. Click “Close”
Install “Visual Studio 2010”
1. Insert the iso into the image
2. Click “Install Visual Studio 2010”
3. Click “Next”
4. Click “I have read and accept…”
5. Click “Next”
6. Click “Full”
7. Click “Install”
8. When/if prompted, restart, the install will start up again when rebooted
9. When/if prompted, restart, the install will start up again when rebooted
10. Click “Finish”, close the intaller
Open “Visual Studio 2010”, select c# development settings
1. Turn off customer improvement program
2. Close Visual Studio 2010
Install “FireFox” browser
1. Download from http://www.firefox.com
Install “Google Chrome” browser
1. Download from http://www.google.com/chrome
Install “Apple Safari” browser
1. Download from http://www.apple.com/safari/
Install “Enterprise Library 4.1”
1. http://www.microsoft.com/downloads/details.aspx?FamilyId=1643758B-2986-47F7-B529-
3E41584B6CE5&displaylang=en
2. Click “I accept the terms…”
3. Click “Next”
4. Click “Next”
5. Click “Next”
6. Click “Install”
5. Click “Launch” to install the source and working copy files
6. Click “Finish”
Apply WCF patch
1. Download and install (http://support.microsoft.com/kb/971831)
At this point, keep your image as a base image!
Copy the base image sharepoint2010 vhd, rename to server2008sp2_sql2008sp1_cu_vs2010
and put in a safe place!
Install “SharePoint 2010” Prereqs
NOTE: (BE SURE YOU ARE LOGGED IN AS CONTOSO\ADMINISTATOR)
1. Insert the DVD/start the install
2. Click “Install Prerequisites”
NOTE: this step will require internet access!
3. Click “Next”
4. Click “I accept the terms…”
5. Click “Next”
• All pre-reqs will be downloaded and installed (this could take 45 minutes)
• Even on Server 2008, your setup may download SP2 for Server 2008 and
install, if it does, a reboot will be required. After reboot, continue the install via the
prompts
• Install will continue by installing application server role and the other
prereqs
Install “SharePoint 2010” product
1. Click “Install SharePoint Server”
2. Enter your trial product key
PKXTJ-DCM9D-6MM3V-G86P8-MJ8CY
3. Click “Continue”
4. Click “I accept…”
5. Click “Server Farm”
6. Select “Complete…”
7. Click “Install Now”
8. Click “Close” (uncheck the run configuration wizard)
Normal 0 false false false EN-US X-NONE X-NONE /* Style Definitions */ table.MsoNormalTable {msostyle-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes;mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt;mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt;font-family:"Times New Roman","serif";} Ensure proper permissions are setup (these steps will fix the CryptographicException error):
9. . Right click on the folder ('%CommonProgramFiles%\Microsoft Shared\Web Server
Extensions\14), select “Properties”
10. Select “Security” tab
11. Click “Edit”
12. Click “Add”
13. For the user type “Network Service”
14. Click “OK”
15. Grant the user Full Control
16. Click “OK”
17. Click “OK”
At this point, keep your image as a base image!
Copy the base image sharepoint2010 vhd, rename to
server2008sp2_sql2008sp1_cu_vs2010_NoConfigure and put in a safe place!
Run SharePoint Configuration Wizard
Click “Start->All Programs->Microsoft SharePoint 2010 products->SharePoint 2010 Products
1. Configuration Wizard”
2. Click “Next”
3. In the popup, click “Yes”
4. Select “Create a new server farm”
5. Click “Next”
6. For database server, type “SharePoint2010”
7. For username, type “contoso\administrator”
8. For password, type “Pa$$w0rd”
9. Click “Next”
10. For passphrase, type “Pa$$w0rd”
11. Click “Next”
12. Click “Next”,
13. Click “Next”, SharePoint 2010 will Configure itself
14. Click the radio button to participate in the feedback program, we gotta make SharePoint better
15. right?!?
16. Click “Walk me through the settings using this Wizard” radio button
17. Click “Next”
18. Click “Use existing managed account”
19. Click “Next”, all your services will be created, this will take a few minutes
20. Click “Skip”
21. Click “Finish”
Add a farm administrator
1. Click “Security”
2. Click “manage farm administrators group”
3. Click “New->Add Users”
4. Type contoso\sp_system
5. Click “Ok”
Open the SharePoint Central Administration site and setup Diagnostic Logging
1. Click “Monitoring”
2. Under “Reporting”, click “Configure usage and health data collection”
3. Ensure that “Enable usage data collection” is clicked
4. Click “Ok”
Open the SharePoint Central Administration site and setup Outgoing Email
1. Click “System Settings”
2. Click “Configure out-going email Settings”
3. For outbound smtp, type “sharepoint2010”
4. For from address, type sharepoint@contoso.corp
5. For reply address, type sharepoint@contoso.corp
6. Click “Ok”
Start the “SharePoint Web Services” application pool
1. Open IIS Manager
2. Ensure that the “SharePoint Web Service” application pool is started
Start services on a server
1. Open “Central Administration”
2. Click “System Settings”
3. Click “Manage services on server”
4. Start all services, except for “Lotus Notes Connector”
NOTE:
Install “Document Conversions Load balancer” before you start the
launcher service, select “servername” when setting up the launcher service.
For Foundation Search, use the following settings:
1. For Username type, “contoso\administrator”
2. For password, type “Pa$$w0rd
3. For content access account type “contoso\adminsitrator”
4. For password, type “Pa$$w0rd”
5. Click “Start”
For “User Profile Synchronization Service”
1. Click “Start”
2. Select the only “User Profile Service Application”
3. Click “OK”
4. Wait for the status of the job to change to “Started”
Ensure Windows Services have started
1. Open the Services Applet
2. Ensure these two service eventually start
i. ForeFront Identity Manager Service
ii. ForeFront Identity manager Synchronization Service
iii. Run an IISRESET
Configure the User Profile service
1. Click “Application Management”
2. Click “Manage service applications”
3. Click “User Profile Service Application”
4. Click “Manage” in the Ribbon
5. Click “Configure Synchronization Connections”
6. Click “Create new connection”
7. For connection name, type “Contoso.corp”
8. For forest name, type “contoso.corp”
9. For account name, type “contoso\administrator”
10. For password, type “Pa$$w0rd”
11. Click “Populate Containers”
NOTE: if you get an error, change the browser settings to IE7.0
12. Expand “Contoso” Select “Users”
13. Click “Ok”
Install “Office Web Applications”
Type your key
1. Click “I accept the terms…”
2. Click “Continue”
3. Click “Install Now”
4. Click “Close”, leave the checkbox checked
5. Click “Next”
6. Click “Yes”
7. Click “Next”
8. Click “Next”
9. Click “Finish”
Create Office Web Applications service applications
1. Open Central Administration
2. Click “Application management”
3. Click “Manage service applications”
4. Click “New->PowerPoint Service Application”
5. For name, type “PowerPoint Service”
6. For pool name, type “PPTPool”
7. Click “OK”
8. Click New->Word Viewing Service”
9. For name, type “Word Viewing Service”
10. For application pool type “WordViewingPool”
11. Click “OK”
12. On the service applications page, click “PowerPoint Service Application”
13. Click “new site collection”
14. For title, type “PPT Broadcast”
15. For the url, in the dropdown select “sites”
16. For the url textbox, type “PPTBroadcast”
17. For template, click “Enterprise”, select “PowerPoint Broadcast Site”
18. For site collection admin, type “administrator”
19. Click “OK”
20. Click “System Settings”
21. Click “Manage services on server”
22. Click “Start” for:
• PowerPoint Service
• Word Viewing Service
Open SharePoint PowerShell, run the following commands:
1. Click Start->Programs->Microsoft SharePoint 2010 Products->SharePoint 2010 Mangaement Shell
2. Run the following commands:
$acl = Get-Acl HKLM:\System\CurrentControlSet\Control\ComputerName
$person = [System.Security.Principal.NTAccount]"Users"
$access = [System.Security.AccessControl.RegistryRights]::FullControl
$inheritance = [System.Security.AccessControl.InheritanceFlags]"ContainerInherit, ObjectInherit"
$propagation = [System.Security.AccessControl.PropagationFlags]::None
$type = [System.Security.AccessControl.AccessControlType]::Allow
$rule = New-Object System.Security.AccessControl.RegistryAccessRule($person, $access,
$inheritance, $propagation, $type)
$acl.AddAccessRule($rule)
Set-Acl HKLM:\System\CurrentControlSet\Control\ComputerName $acl
$e = Get-SPServiceApplication | where {$_.TypeName.Equals("Word Viewing Service
Application")}
$e.WordServerIsSandboxed = $false
$e.WordServerIsSandboxed
$p = Get-SPServiceApplication | where {$_.TypeName.Equals("PowerPoint Service Application")}
$p.EnableSandboxedViewing = $false
$p.EnableSandboxedEditing = $false
3. Open c:\windows\system32\inetsrv\config\applicationHost.config file. Add the line below in the end of
the dynamicTypes:
<add mimeType="application/zip" enabled="false" />
a. Run IISRESET
4. Download and install the Data Service 1.5 CTP
a. . http://www.microsoft.com/downloads/details.aspx?FamilyID=a71060eb-454e-4475-81a6-
e9552b1034fc&displaylang=en#filelist
b. Download and install Fiddler
• www.fiddler2.com
Install Desktop Experience
1. Open the “Server Manager”
2. Click “Add Feature”
Check the following:
• Desktop experience
• Click “Next”
• Click “Install”
Download and install Microsoft SilverLight
Download and install Microsoft Identity Framework
a. http://msdn.microsoft.com/en-us/evalcenter/dd440951.aspx
Download and install Microsoft Identity Framework SDK
http://www.microsoft.com/downloads/details.aspx?familyid=C148B2DF-C7AF-46BB-9162-
2C9422208504&displaylang=en
Create the “Team Site”
1. Click “Application Management”
2. Click “Manage Web Applications”
3. In the Ribbon, click “New”
4. Ensure that ”Classic Mode Authentication” is enabled
5. For Port, type “100”
6. Under Application Pool, Select Create new Application Pool
7. For Name, type “SharePoint - ALL”
8. For security account, select “contoso\administrator”
9. For the database name, change to “wss_content_100”
10. Click “Ok”, your web application is being created:
NOTE: In Production, you should always type a meaningful name for your
content databases!
11. Click the “Create Site Collection” Link
12. For Title, type “My Team Site”
13. For Template, Under Collaboration select Team Site
14. For Primary Site Collection administrator, type “Administrator”
15. Click “Ok”
Create the “Portal Site”
1. Click “Application Management”
2. Click “Manage Web Applications”
3. In the Ribbon, click “New”
4. Ensure that ”Classic Mode Authentication” is enabled
5. For Port, type “112”
6. Under Application Pool, Select “Use Existing Application Pool”
7. For Name, type “SharePoint - ALL”
8. For the database name, change to “wss_content_112”
9. Click “Ok”, your web application is being created:
10. Click the “Create Site Collection” Link
11. For Title, type “My Portal Site”
12. For Template, Under “Publishing” select “Publishing Site”
13. For Primary Site Collection administrator, type “Administrator”
14. Click “Ok”
Make the quicklaunch bar horizontal and add the following items to quicklaunch (you can do this by navigating to the respective program icon in the start menu, right click, Add To Quick Launch)
• SharePoint Designer 2010
• Visio 2010
• Visual Studio 2010
• SQL Server Management Studio
Visual Studio Command Prompt
Available under start->Microsoft Visual Studio 2010->Visual Studio Tools->Visual Studio Command Prompt
A Shortcut to the 14 hive
Enterprise library console
Services Applet
Available under Start->Administrative Tools->Services
IIS Manager
Available under Start->Administrative Tools->Internet Information Services
(IIS) Manager
SharePoint Central Administration Console
Available under Start->Programs->Microsoft SharePoint 2010 Products->SharePoint 2010 Central Administration
SharePoint 2010 management Shell
i. Available under Start->Programs->Microsoft SharePoint 2010 Products-
>SharePoint 2010 Management Shell
Add C:\Program Files\Common Files\Microsoft Shared\web server extensions\14\BIN to the Path variable
1. Right click My Computer, select “Properties”
2. Click “Advanced system settings”
3. Click “Environment variables”
4. Under system variables section, click path, click Edit
5. Go to the end of the string append, “;C:\Program Files\Common Files\Microsoft Shared\web
server extensions\14\BIN”
Uninstall bad programs
• Click Start->Control Panel
• Click “Programs and features”
• Uninstall “Visual Studio 2010 Beta 2 Tools for SQL Server Compact ENU”
• Uninstall “Microsoft SQL Server Compact *”
• Restart the machine
• Install SQL Server CE x86
• Install SQL Server CE x64
• Install SQL Server CE Server Tools x64
• Reboot your machine
Comments
Post a Comment