The main content of this article: the local computer to build a SharePoint 2010 development environment, the source is mainly translated Microsoft official documents to record the learning process, the following step by step translation focus, because my computer is the win 7 system, so here is the main Introduction window 7 installation environment.
When you want to create a SharePoint2010 project, it is usually on a local computer that has already installed SharePoint Foundation or SharePoint Server. The development environment created with the documentation for this article does not support the installation of SharePoint farm and cannot create an active product website (you should not host active production site, which can be understood as a business site cannot be created).
First of all to install SQL on their own computer r2,r2 without patches, if it is in accordance with the official website of the tutorial installed is SQL2008 also to hit the patch, this to enter the mailbox, he is the download link to you, too troublesome I upload to the network disk because I installed the SQL R2 did not hit the patch directly run the wizard , no error. Reference links
Selecting and pre-Configuring the operating system environment
The production environment is built more rigorously and cost-efficient than the development environment. The content of this article does not support the installation of the production environment, system requirements:
content |
conditions |
Cpu |
A bit |
SharePoint Server |
4GB RAM or above |
SharePoint Foundation |
2GB RAM or above |
If you are installing SharePoint on Window 7, first you will install WCF hot Fix.
Here are two things to note:
- If your computer has a 360 vulnerability update, you may already have a later version of WCF Hot Fix update installed. The program appears with the update is not applicable to your computer,
Related reference. That means no more updates.
- I am using chrome open WCF hot Fix, cannot download, can use IE browser to open the download.
It is possible to install all the updates and methods here, and if it is the first one, I will not install the update directly. At least for now, I installed the function without error, follow up to follow up
2.the ADO Data Services Update for. NET Framework 3.5 SP1 to enable rest-based data Services
There are two ways to install SharePoint: The stand-alone mode and the Farm.window 7 system can only install stand-alone mode and use a separate SQL instance.
Pre-configured SHAREPOINT2010 installation Environment
In fact, the SharePoint installation software has a PrerequisiteInstalle.exe tool, if the operating system environment is Windows Server R2, you can directly configure the SharePoint pre-installation environment, Click on PrerequisiteInstalle.exe on the line, but if it is Window7 will not be, to manually install some files. Download questions about SharePoint software:
SharePoint2010 Foundation
SharePoint2010 Sever
SP2010 Foundation is not a secret key, but the function is slightly less, Intuitively look at at least one less template when creating a site. There is also a version of Microsoft Search Server Express
(I don't know what this is, just learned, haha). SP server version is to secret key, more features, key words in the download page of the detail inside have trial secret key, 180Days, if it is enough to learn.
The installation steps are as follows:
1. Create the folder Sharepointfile on the D drive, assuming the downloaded file name SharePoint.exe, extract the downloaded files to the folder. Win+r input cmd, D:\SharePointFile\SharePoint.exe \ Extract
2. Enter the Files\setup\config.xml under the extracted folder, paste under the configuration tag,and the SP Foundation and SP Server are configured the same way .
<Setting Id="AllowWindowsClientInstall" Value="True"/>`
3. Installing the Software
-Go to CMD and run the following software. Manual operation is also OK.
D:\SharePointFiles\PrerequisiteInstallerFiles\FilterPack\FilterPack.msi '
-Microsoft Sync Framework
-SQL Server Native Client
-Windows Identity Foundation (WINDOWS6.1-KB974405-X64.MSU)
-Chart Controls (This isn't required if you are going to install SharePoint Foundation 2010).
-SQL Server Analysis Services-adomd.net (this is not required if you are going to install SharePoint Foundation 2010).
4. Turn on the service and enter it directly under the cmd command
START/W Pkgmgr/iu:iis-webserverrole; IIS-webserver; IIS-commonhttpfeatures; IIS-staticcontent; IIS-defaultdocument; IIS-directorybrowsing; IIS-httperrors; IIS-applicationdevelopment; IIS-aspnet; IIS-netfxextensibility; IIS-isapiextensions; IIS-isapifilter; IIS-healthanddiagnostics; IIS-httplogging; IIS-logginglibraries; IIS-requestmonitor; IIS-httptracing; IIS-customlogging; IIS-managementscriptingtools; IIS-security; IIS-basicauthentication; IIS-windowsauthentication; IIS-digestauthentication; IIS-requestfiltering; IIS-performance; IIS-httpcompressionstatic; IIS-httpcompressiondynamic; IIS-webservermanagementtools; IIS-managementconsole; IIS-iis6managementcompatibility; IIS-metabase; IIS-wmicompatibility; Was-windowsactivationservice; Was-processmodel; Was-netfxenvironment; Was-configurationapi; Wcf-http-activation; Wcf-nonhttp-activation
Here I entered the error, I did not control it, and then I control the following diagram to open the service
.
5. Go to the folder you just unzipped, click Setup to install it, all the way next
SharePoint 2010 Development Environment Building