70 likes | 324 Views
SharePoint 2010 Development Environment. A Guide to Setup SharePoint 2010 Development Environment on Windows 7 Machine. Development Environment Requirements. SharePoint Server 2010 SharePoint Designer 2010 64Bit Visual Studio 2010 SQL Management Studio 2010 Express.
E N D
SharePoint 2010 Development Environment A Guide to Setup SharePoint 2010 Development Environment on Windows 7 Machine
Development Environment Requirements • SharePoint Server 2010 • SharePoint Designer 2010 64Bit • Visual Studio 2010 • SQL Management Studio 2010 Express
Installing SharePoint Server 2010(Standalone Server Installation) • Prepare Windows Machine • Check for the latest updates and patches • Obtaining SharePoint Installation MediaDownload from following URL in case you don’t have the installation source with you.http://www.microsoft.com/en-us/download/details.aspx?id=16631 • Start SetupGet the PS Script from:http://www.anantanandgupta.net/wp-content/uploads/2013/11/Setup-Script.zip
Installing SharePoint Server 2010(Standalone Server Installation) • Set Execution Policy for PowerShellSet the execution policy to Unrestricted in case you have not done that already using the following PowerShell command in administrator mode.Set-ExecutionPolicy-ExecutionPolicyUnrestricted • Start SetupRun the script in the PowerShell as Administrator. • Configure SharePointStart the SharePoint Product Configuration Wizard and wait for its successful completion. • Create a new Web Application and Site CollectionUse SharePoint Central Administration to create a new Web Application
Installing Visual Studio 2010 • Obtaining Visual Studio 2010 Installation MediaDownload the Trial Version of VS in case you don’t have the full version from the following link:http://download.microsoft.com/download/2/4/7/24733615-AA11-42E9-8883-E28CDCA88ED5/X16-42552VS2010UltimTrial1.iso • Extract the ISO image file contents or mount to a virtual emulator or burn it to a DVD • Use the standard installation process to install the application.
Installing SQL Management Studio Express • Obtaining SQL Server Management Studio Express 2012Download the SQL Server Management Studio Express 2012 from the following link:http://download.microsoft.com/download/8/D/D/8DD7BDBA-CEF7-4D8E-8C16-D9F69527F909/ENU/x64/SQLManagementStudio_x64_ENU.exe • Install it using the standard installation process. • Configure SharePoint SQL Server Instance • Setup the server to enable and allow system admin ‘sa’ login
Installing SharePoint Designer 2010 • Obtaining SharePoint Designer 2010 64bitDownload the SharePoint Designer from the following link:http://www.microsoft.com/en-us/download/details.aspx?id=24309 • Install the SharePoint Designer using standard installation process • Open the newly created Website in SharePoint Designer