SharePoint 2013: Creating a Development Environment
Go to the SharePoint 2013 Best Practices page.
Hardware
Software
Partitioning
Optional Software
Hyper-V on Windows 8
- Installing Hyper-V
- Get a wireless connection on Hyper-V
- Tips when creating a new virtual machine on Hyper-V
Making Windows Server 2012 Dev Friendly
- General Tips
- How to rename the Server
- How to enable Remote Desktop
- How to disable Windows Firewall
- How to test Remote Desktop Access
- How to disable IE Enhanced Security
- How to configure Windows Update
- How to configure Time Zone Settings
- How to configure AD Domain Services
- How to change the administrator password to something short and sweet
- How to convert the server to a workstation
- Optimizing folder settings
- Enabling the Desktop Experience
Installing Handy software on Windows Server 2012
- Use Ninite for Installation of additional Software, recommendations:
- Foxit Reader
- Notepad++
- 7-Zip
- Paint.NET
- Chrome, Opera, Firefox, (+Safari)
- Classic Start
Backup Time
Installing the Database Server
Installing SharePoint 2013
- Installing SPS 2013
- Install language packs
- Get all language packs here: http://www.microsoft.com/en-us/download/details.aspx?id=35492 . Remember that you must download each one of the ones you need as each language pack is for a single language.
General resources (not dev-specific) about installing, configuring, and removing SharePoint:
- Install SharePoint 2013 on a single server with SQL Server
- Install SharePoint 2013 on a single server with a built-in database
- Install SharePoint 2013 across multiple servers for a three-tier farm
- Install and configure a virtual environment for SharePoint 2013
- Install or uninstall language packs for SharePoint 2013
- Add web or application servers to farms in SharePoint 2013
- Add a database server to an existing farm in SharePoint 2013
- Remove a server from a farm in SharePoint 2013
- Uninstall SharePoint 2013
- Install and configure a virtual environment for SharePoint 2013
Installing Developer Tools
Configure Workflows for SharePoint 2013
Further references about workflows:
http://sharepointdragons.com/2014/01/07/creating-and-managing-workflows/
Configure Apps
Configure SMTP Server
Configure Search
Configure PerformancePoint Services
temp: http://feedproxy.google.com/~r/Sharepoint911Blogs/~3/6FnB7QHD4uY/ViewPost.aspx
Configure SQL Server Reporting Services
Install "Reporting Services – SharePoint" and "Reporting Services add-in for SharePoint Products" on the SharePoint server that the SSRS service will run on. All other SP servers only need the "Reporting Services add-in for SharePoint Products." (Recommend installing SQL Server 2012 SP1)
Run the following SharePoint PowerShell scripts (from within the SharePoint Management Shell): Install-SPRSService and Install-SPRSServiceProxy and get-spserviceinstance -all | where {$_.TypeName -like "SQL Server Reporting*"} | Start-SPServiceInstance on the SSRS server.
Start SSRS Service only on desired SSRS server(s).
Create a new service application of type SQL Server Reporting Services Service Application.
Make sure the Claims to Windows Token Service is started: SCA > System Settings > Manage services on server > Claims to Windows Token Service > Start.
Click the service application for SSRS and specify an Execution Account.
Go to the System Settings of the SSRS service application and check that it opens without errors. If there are errors, probably only the SSRS add-in has been installed in the application server and you will also need to install SQL Server Setup > "Reporting Services - SharePoint".
Activate the Power View Feature for existing site collections:
> Open your browser to the desired SharePoint site.
> Click Site Actions.
> Click Site Settings.
> Click Site Collection Features in the Site Collection Administration Group.
> Find Power View Integration Feature in the list.
> Click Activate.
- Create a Report Library that will hold future reports.
- Create a Data Connectin Library that will hold data connections and shared datasets.
Now, you're ready to create some SSRS reports in Visual Studio and see if you're SSRS environment works correctly. The following overview provides some sample VS.NET project property settings:
- TargetDataSetFolder: http://amp/DataConn
- TargetDataSourceFolder: http://amp/DataConn
- TargetReportFolder: http://amp/Reports1
- TargetReportPartFolder: http://amp/ReportParts
- TargetServerURL: http://amp
Check out http://msdn.microsoft.com/en-us/library/jj219068.aspx for details.
Configure PowerPivot for SharePoint
Check account requirements at http://technet.microsoft.com/en-us/library/ee210642.aspx#requirements
Configure PowerPivot for SharePoint
Configure SkyDrive Pro
See Also
- http://social.technet.microsoft.com/wiki/contents/articles/12438.sharepoint-2013-best-practices.aspx , the one and only SharePoint 2013 Best Practices page.