Skip to content

Short and simple PowerShell Script to uninstall Sitecore9 from a local development environment setup

Notifications You must be signed in to change notification settings

danielgovier/UninstallSitecore9

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Uninstall Sitecore 9

Sitecore Install Framework (SIF) to uninstall a Sitecore9 instance from a local development environment setup. This can also be run if your installation fails to complete and your environment requires cleaning up.

This module should be place in a folder in the modules directory of your PowerShell installation, typically C:\Program Files\WindowsPowerShell\Modules

n.b this will not remove the solr services

Usage

  • Please ensure that SIF is installed
  • Modify the parameters in Install-Config.json to suit your needs
  • Open a PS console at the location of your Install-Config.json
  • The cmdlet to invoke is Install-SitecoreConfiguration .\Install-Config.json

Parameters

  • Prefix - The Prefix used to install the site with SIF, e.g. s9
  • SitecoreSiteName - The name of your website e.g. s9.local
  • SolrService - The name of your solr service
  • PathToSolr - The path to your instance of solr, e.g. C:\Solr\solr-6.6.0\apache-solr
  • SqlServer - The name of your SQL server instance
  • SqlAccount - Your SQL account, typically the one used to create the databases
  • SqlPassword - Your SQL account's password

About

Short and simple PowerShell Script to uninstall Sitecore9 from a local development environment setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%