This is guide for installing SharePoint 2013 Enterprise using a compilation of various posts with the plan built off of Todd Klindt’s basic installation guide.
- Confirm Service Accounts. Here’s another suggestion that has more detail
- Make sp_install a local administrator on all SharePoint servers
- Install SQL 2012 SP1
- Give sp_install db_creator and securityadmin server roles
- Set MAXDOP to 1. Here’s how to do it
- Run Prereq installer to Install Prereqs
- Install forgotten prereqs
- Install SharePoint 2013
- Run “Start-Transcript” in SharePoint 2013 Management Shell so you can track all the commands you are executing
- Create Farm
- Install any CUs
- Create managed accounts
- Create content web app
- Create mysite web app. Here’s another resource. And finally TechNet
- How to get those user photos in there from AD. Make sure to read the comments as well
- If you set up the User Profile Service now, profile data will have temporary issues until you setup other services.
- Create App Management Service. Here’s the TechNet info on Apps. Here’s some important info regarding allowing anonymous access to Apps.
- Add SharePoint web apps to Hosts file
- Create State Service
- Create Usage Service app (see previous link)
- Create Managed Metadata Service
- Create Search Service
- Run a full crawl to verify everything works
- Create User Profile Service app if you haven’t already
- Create other service applications as needed
- Gpupdate /force & reboot
- Run all Health Analyzer rules
- Don’t forget the Workflow Manager and this for non-SSL:
- register-SPWorkFlowService -spsite “http://yourSite” -WorkflowHostUri “http://workflowHost:12291” -AllowOAuthHttp
- And don’t forget to run Workflow Manager on every server in your farm.
- Create the Business Data Connectivity Service Application. Make sure you’re running the “Business Data Connectivity Service” in Services on Server before you create the Service Application.
- Install PerformancePoint
- Report Server. No content-types?