﻿******************************************************
BlueBridge Wiki Import
******************************************************
4.0.12430.0 - 2017-06-30 
------------------------------------------------------
Quick installation reference
------------------------------------------------------
* PLEASE NOTICE *
THIS FILE IS PROVIDED AS REFERENCE TO COPY INSTRUCTIONS 
INTO COMMAND WINDOW OR BUILD YOUR OWN SCRIPTS. 
ITS NOT A DETAILED INSTRUCTION FOR ALL KIND 
OF INSTALLATIONS, ESPECIALLY UPGRADES 
------------------------------------------------------

This quick reference contains the powershell commands to install/uninstall the solution

[PS] Execute command with SharePoint Administration Console (Powershell)



Installation
=======================================================

a) Add Solution in solution store
-------------------------------------------------------

[PS] 
add-spsolution (resolve-path "BlueBridge.Wiki.Import.wsp")


b) Deploy Solution 
-------------------------------------------------------

[PS] 
install-spsolution "BlueBridge.Wiki.Import.wsp" -gacdeployment   



c) Activate Features
-------------------------------------------------------
(depends on requirements)



Upgrade
=======================================================
(Please read the documentation if upgrade is supported)

[PS] 
update-spsolution "BlueBridge.Wiki.Import.wsp" -LiteralPath (resolve-path "BlueBridge.Wiki.Import.wsp")  -gacdeployment 



Deinstallation
=======================================================

a) Deactivate features
-------------------------------------------------------
(depends on requirements)


b) Delete Solution files from servers
-------------------------------------------------------

[PS] 
uninstall-spsolution BlueBridge.Wiki.Import.wsp  




c) Remove solution files from solution store
-------------------------------------------------------

[PS] 
remove-spsolution "BlueBridge.Wiki.Import.wsp"


