Sie sind auf Seite 1von 42

Instalación de SharePoint Server 2013

1. Instalar y configurar SQL Server 2012

 Abrir SQL Server 2012 y comprobar si no hay problemas con las instalación

 Seguir los pasos de la instalación


 Seleccionar las características requeridas y la ubicación donde se almacenarán los archivos
de instalación.

 Crear una nueva instancia o seleccionar la instancia por default y Next. En este caso se
seleccionó por Default.
 Especificar las cuentas para configurar los servicios de SQL y Next.


Account Name : INSTITUTO_MORA\mossSQL2013

 Especificar el modo de autenticación y el administrador de SQL


Windows Authentication Mode
 Activar FILESTREAM
 Configurar las cuentas para el servicio de Analysis Services Configuration

 Configurar las cuentas para el servicio de Reporting Service Configuration


 Aparece la siguiente ventana de confirmación de Instalación
 Abrir SQL Server Management Studio

 Configurar los permisos de usuario:


 Bdcreator
 Public
 securytiadmin
2. Instalación y configuración de SharePoint Server 2013

Al intentar instalar los pre-requisitos de SharePoint 2013, mandó el siguiente error

 Solución.

Lo solucioné a través de los siguientes scripts desde powershell


So the steps:

1) Download the scripts from http://gallery.technet.microsoft.com/DownloadInstall-


SharePoint-e6df9eb8.

2) Unzip to a directory of your choosing.

3) If you want to save the files to a new directory of your choosing, create that
directory now.

4) Run PowerShell as an administrator.

5) In PowerShell, type “Set-ExecutionPolicy Unrestricted” and hit enter. This is


required because the scripts are unsigned and won’t run otherwise.

6) cd to the directory where you unzipped the scripts. They should be .ps1 files.

7) Type ” .\Download-SP2013PreReqFiles.ps1” and press enter.

8) At the Security Warning, type “r” for “Run once”.


9) When prompted to “Please enter the directory path to where you wish to save the
Sharepoint 2013 Prerequisite Files:”, type the directory of your choosing (which you may
have created in step #3), and press enter.

10) The files will take some time to download, but there will be a text indicator that
shows the download progress.

11) When you are done, the install files will be in the directory you chose. Leave the
PowerShell window open, since you’ll need it in a few steps.

12) Click on each file to run the installers, EXCEPT:

Windows6.1-KB974405-x64.msu

WindowsServerAppFabricSetup_x64.exe

AppFabric1.1-RTM-KB2671763-x64-ENU.exe

13) Go back to PowerShell. cd to the same directory as the install files.

14) To install AppFabric, type the following at the command line:

.\WindowsServerAppFabricSetup_x64.exe /i CacheClient","CachingService","CacheAdmin /gac

NOTE that there are quotes surrounding the commas. These are important in PowerShell.
(h/t to Doug Hemminger for this tip).

15) Wait a minute or two for AppFabric to install. Unfortunately, except for the cursor
hourglass, there isn’t much of a cue that it’s done.

16) Now you can click on AppFabric1.1-RTM-KB2671763-x64-ENU.exe to install the AppFabric


patch.

17) Reboot the server.


Pasamos a instalar sharepoint 2013

Se ejecuta el Wizard, dar clic en Next.

Se reiniciarán los servicios listados, dar clic en Next.


Seleccionar Create a new server farm.

Especificar el nombre del servidor, el nombre de la base de datos de configuración, especificar el usuario
y password.
Passphrase: p$$m0S$2O13b
http://www.microsoft.com/es-mx/download/details.aspx?id=37140
http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=353
Passphrase: p$$m0S$2O13b
http://psvsh2013in/
Project
Excel Services SharePoint Server 2013

 moss2013 (usuario para sitios y apps): M05$s&2o13


 mossSQL2013 (usuario para BD): m0S$?2O1e
 mossinstall2013 (para instalar el Shp): mOsS#1nt@lL
$w = Get-SPWebApplication –Identity http://psvsh2013in.institutomora.edu.mx/

$w.GrantAccessToProcessIdentity("INSTITUTO_MORA\moss2013")

https://www.youtube.com/watch?v=TsWLIX__XEk

Das könnte Ihnen auch gefallen