Installing SharePoint 2013 Step by Step–Part 1


Software’s Used

Windows Server 2012 Trial

SQL Server 2012 With SP1 Trial

SharePoint 2013 Trial

Microsoft Office 2013 Trial

SharePoint Designer 2013

Visio 2013

Project Server 2013

Visual Studio 2012 Trial

I hope you know how to Install Windows Server 2012 on a HyperV, VMware or any other cloud hosting sites like skytap or cloudshare.

image

image

image

image

image

image

image

image

image

image

Restart the server.

image

image

image

image

image

image

image

image

image

image

image

image

image

image

image

image

image

Installing SharePoint 2013

image

image

image

image

image

Automatic Restart on Finish.

image

image

.image

image

image

When Setup Finishes.  Uncheck the Run the Product Configuration Wizard and Click Finish.

Let’s Install SQL Server.

I have downloaded SQL Server 2012 Enterprise with SP1

5:12 PM

clip_image001

image

image

image

image

image

image

image

image

image

image

image

Created a Folder in C Drive SQL Server with three subfolders 1 for Analysis Services, 1 for DB and 1 for Log Files.

image

image

image

image

image

image

image

Not Necessary.

image

image

image

image

image

image

image

image

image

image

Take a Coffee Break (Highly Recommended)

Now Let’s Create Users

Although we can create as many as 7 account but remember I am setting up a Test VM so we will create 3.

SP_Farm, SP_Content and SP_Services

image

image

image

image

image

image

image

click Next and Finish.

image

image

Repeat the same step for SP_Content

image

The other accounts that you can create for Multi Server Farm are

SP_Search, SP_UserProfile, and any other account that need for Service Apps like Excel, PerformancePoint.

image

Now go to apps and Open SQL Server Configuration Manager to check TCP IP Protocol is enabled or not.

image

image

Also Check the Required Services are running.  Stop and Set to manual the services that you do not need.

image

Let’s Test the login to SQL Server

image

image

Let’s Run the SharePoint 2013 Products Configuration Wizard.

image

image

Click Next

image

Click Yes

clip_image001[1]

Enter Your SQL Server Name in Single Server it can be your machine Name.  If you have installed Named instance you have to enter Machine\InstanceName

Enter SharePoint Farm Admin User.  This user should not have any access to SharePoint.  In my case I am using Administrator.  You can use SP_Farm Account here. 

You can change the Farm Account after installation of SharePoint from Central Admin.

image

Enter passphrase

image

Enter Central Admin Port

image

Review Changes

image

clip_image001[3]

image

Click Finish to Start Central Administration for the firs time.

image

image

image

image

image

image

I clicked Cancel as I do not want to create all the service applications using the Wizard.  I will create them one by one.

Now Install Visual Studio 2012

image

image

image

image

image

Now also Install the First Visual Studio 2012 Update from here

http://www.microsoft.com/visualstudio/eng/visual-studio-update

Let’s Create some Sample Users in Active Directory

First download the script from my sky drive

Copy it to C Drive

Coupe of things to make sure.  Open the AddUsersToAd.vbs file and Find and Replace contoso with your domain name and com with your e.g. LOC or edu etc.

clip_image001[5]

image

Install Office Professional Plus 2013

image

Install SharePoint Designer 2013

image

Lets Install the Workflow Manager and its tools for Visual Studio 2012

image

image

Choose Configure Workflow Manager with Custom Settings.  You can also choose first option if you don’t want to look what’s in there.

image

image

image

Make sure you enter the user name as fully Qualified Name e.g. administrator@contoso.com

image

Enter Key for Certificates

image

Choose “Allow Workflow Management over http

clip_image001[7]

Click Next

image

image

Check the box to use same certificate for bus.

image

image

Review

image

image

image

Attaching Workflow Server to site require a small Management Shell Script.

Register-SPWorkflowService –SPSite "<SITEURL>" –WorkflowHostUri "ServerName">ServerName">http://>ServerName>:12291" –AllowOAuthHttp

Let’s Install SharePoint Developer Tools for Visual Studio 2012 Preview 2

Search for SharePoint

image

Add SharePoint Developer Tools for Visual Studio 2012 Preview 2

image

image

image

image

image

Let’s Disable Loop Back Check

image

End of Part 1

Next Parts

  • Configuring SharePoint 2013 for App Development
  • Configuring Service Applications
  • Configuring User Profile Service Application
  • Configuring Search