Sharepoint 2013 Setup on Standalone Machine
Hello Everyone
As I discussed about Rebuilding my Machine in my last post. This time we'll be catching up with Installation of Microsoft Sharepoint 2013. The Base Operating System will be Windows Server 2012.
After installation of Operating System, we need to Add some features.
Wireless Lan Feature(if you're working on a Laptop):
- In Server Manager Dashboard, click Manage, and then click Add Roles and Features. The Add Roles and Features Wizard opens.
- Click Next. In Select installation type, select Role-based or feature-based installation, and then click Next.
- In Select destination server, select the local server for which you want to enable the Wireless LAN Service, and then click Next.
- In Select server roles, click Next.
- In Select Server features, in Features, select Wireless LAN Service, and then click Next.
Next will be IIS 8.0 (Server Roles) and .NET Framework 3.5 (Server Features) in the same way.
After this , the next task is to install SQL Server 2012 , which will be fairly easy as we have already installed the Framework.After this install Visual Studio 2012 and then Microsoft Office 2010.
Now finally we come to installing Microsoft Sharepoint 2013 , click on the name to download that.
And then start the installer.The installation runs fine , if you follow the route above.
Only problem you face is at Configuration Wizard Step 2
Click on Finish.
- Open PowerShell as Administrator
- Type the following to change the directory…
cd ‘C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\BIN’ - Type the following to setup your farm…
psconfig.exe -cmd Configdb Create SkipRegisterAsDistributedCacheHost
- Connect to the local .\SHAREPOINT instance
- Expand Security > Logins and go to the properties for the user you are using to install SharePoint
- Go to Server Roles and make sure the following are checked…
- setupadmin
- sysadmin
- serveradmin
- dbcreator
- Click OK and retry running the Configuration Wizard.
However, Central Administration still works. Load it up and check it out!
Comments
Post a Comment