﻿******************************************************
BlueBridge Wiki WebParts
******************************************************
4.0.12802.0 - 2017-10-02 
------------------------------------------------------
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.Extras.WebParts.wsp")


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

[PS] 
install-spsolution "BlueBridge.Wiki.Extras.WebParts.wsp"    



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



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

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



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

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


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

[PS] 
uninstall-spsolution BlueBridge.Wiki.Extras.WebParts.wsp  




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

[PS] 
remove-spsolution "BlueBridge.Wiki.Extras.WebParts.wsp"


