+ All Categories
Home > Technology > Sps philly 2015 create your own dev vm

Sps philly 2015 create your own dev vm

Date post: 29-Jul-2015
Category:
Upload: gaurav-mahajan
View: 91 times
Download: 0 times
Share this document with a friend
12
CREATE YOUR OWN SHAREPOINT 2013 DEV. VM, LIVE! # SPSPhilly March 07 2015 Gaurav Mahajan SharePoint Architect, vTSP , MCPD, MCTS, @ SPSBurgh Organizer (www.spsevents.org/city/pittsburgh/spsburgh15 ) May 30 th Computer Enterprises, Inc. (www.ceiamerica.com ) Twitter: @ mahajang Blog : http:// gauravmahajan.net SP 2013 VM: http://gauravmahajan.net/2014/08/17/sharepoint - server - 2013 - sp1 - virtual - machine - download / http://SharePointVMs.com (Coming Soon…)
Transcript
Page 1: Sps philly 2015   create your own dev vm

CREATE YOUR OWN SHAREPOINT 2013 DEV. VM, LIVE!

#SPSPhilly

March 07 2015

Gaurav Mahajan

SharePoint Architect, vTSP, MCPD, MCTS,

@SPSBurgh Organizer (www.spsevents.org/city/pittsburgh/spsburgh15) – May 30th

Computer Enterprises, Inc. (www.ceiamerica.com)

Twitter: @mahajang

Blog: http://gauravmahajan.net

SP 2013 VM: http://gauravmahajan.net/2014/08/17/sharepoint-server-2013-sp1-virtual-machine-download/

http://SharePointVMs.com (Coming Soon…)

Page 2: Sps philly 2015   create your own dev vm

• High Level Steps

• Hardware recommendations

• Software required

• Scripts required

• Demo

• Review the base Win 2012 R2 VM Configuration

• Copy the downloaded package files to the VM

• Start the installation

• Package and script walk through

• Create a new Win 2012 R2 VM (Time permitting)

AGENDA

Page 3: Sps philly 2015   create your own dev vm

THANKS TO OUR SPONSORS!

• Platinum:

• Gold:

• Silver:

• Swag:

• Venue:

• Coordinators:

Page 4: Sps philly 2015   create your own dev vm

TRISTATE SHAREPOINT USER GROUP

• Meet right here in the Microsoft office

• 2nd Tuesday of the month

• 5:30-8:00 pm

• Content for: End Users, Developers, IT Pros, Admins & Architects

• Presentations, Demos, Open-Discussions

• More Info: www.TriStateSharePoint.org

Page 5: Sps philly 2015   create your own dev vm

HIGH LEVEL STEPS – THE TYPICAL WAY• Create a base VM and install the OS

• Plan the configuration and accounts

• Pre SharePoint:

• Configure ADDS (wizard)

• Set up & configure SQL (wizard and manual steps)

• SharePoint:

• Install SharePoint prerequisites (wizard)

• Install SharePoint & any updates (wizard)

• Run PSConfig (wizard)

• Provision services and service & web applications (wizards and

manual steps)

• Apply updates

Page 6: Sps philly 2015   create your own dev vm

HIGH LEVEL STEPS – SCRIPTED APPROACH

• Create a base VM and install the OS

• Run the single click script package to:

• Update script variables for the configuration of

the VM, ADDS, SQL & SharePoint

• Apply updates

• Configure ADDS

• Set up & configure SQL

• Install prerequisites, install SharePoint & updates,

run PSConfig, provision services and service & web

applications

Page 7: Sps philly 2015   create your own dev vm

HARDWARE RECOMMENDATION

• Recommended Hardware for the VM

• 10GB minimum, 12-16GB recommended RAM

• 4 or more CPU Cores

• 120 GB system drive and additional drives for s/w and data

• Recommended Hardware for the Host Machine

• Additional 2-4GB RAM

• 4 or more CPU Cores

• 50GB free disk space to begin with (dev./ test env.)

• Virtualization supported & enabled

Page 8: Sps philly 2015   create your own dev vm

• TechNet Articlehttp://technet.microsoft.com/en-us/library/cc262485.aspx#section4

• Win Server 2012 R2 Eval (Std./ Datacenter)http://technet.microsoft.com/en-us/evalcenter/dn205286.aspx

• SQL Server 2014 Evalhttp://technet.microsoft.com/en-us/evalcenter/dn205290.aspx

• SharePoint Server 2013 prerequisiteshttp://goo.gl/MDxTyB

• SharePoint Server 2013 with SP1Available on VLSC or MSDN

http://goo.gl/MDxTyB

ESSENTIAL SOFTWARE

Page 9: Sps philly 2015   create your own dev vm

• VMWare Player 6.0 (free): https://my.vmware.com/web/vmware/free#desktop_end_user_computing/

vmware_player/6_0

• SharePoint 2013 Feb. 2015 CU (Optional)

http://goo.gl/MDxTyB

• Windows Server 2012 R2 trial VM (Optional)

http://goo.gl/nyZZ27

• Classic Shell

http://www.classicshell.net/downloads/

OTHER SOFTWARE/ TOOLS

Page 10: Sps philly 2015   create your own dev vm

POWERSHELL SCRIPTS REFERENCED• SharePoint Single Click Installer

http://goo.gl/MDxTyB

• Reboot and Resumehttp://www.codeproject.com/Articles/223002/Reboot-and-Resume-PowerShell-Script

• SharePoint 2013 Service Accounts Creatorhttp://sp2013serviceaccount.codeplex.com/

• AutoSPInstallerhttp://autospinstaller.codeplex.com/

• AutoSPSourceBuilderhttps://autospsourcebuilder.codeplex.com/

• AutoSPInstallerGUIhttp://autospinstallergui.codeplex.com/

Page 11: Sps philly 2015   create your own dev vm

• Software

• WinServer2012R2DataCenterEval.iso (separate download)

• SQLServer2014-x64-ENU.iso (separate download)

• en_sharepoint_server_2013_with_sp1_x64_dvd_3823428.iso

• SharePoint 2013 Prerequisites

• SharePoint 2013 Updates (Feb. 2015 CU)

• Scripts

• Single click installation script

• Restart and Resume Functions

• SharePoint 2013 service accounts creator

• SQL installation and configuration

• AutoSPInstaller, AutoSPSourceBuilder, AutoSPInstallerGUI

• http://gauravmahajan.net/2014/10/14/spsaturday-createyourdevvm

PACKAGE OVERVIEW (http://goo.Gl/mdxtyb)

Page 12: Sps philly 2015   create your own dev vm

LET’S GET THE PARTY STARTED…


Recommended