Installing ISHDeploy and ISHRemote
When installing or upgrading to Tridion Docs 15.1, you need to install the ISHDeploy and ISHRemote PowerShell modules on the Content Manager application server. The modules are needed to run the scripts delivered with Tridion Docs.
Before you begin
- Microsoft Windows PowerShell 5.1 (part of Windows Management Framework 5.1)
To quickly check your installed PowerShell version, execute the following script:
$PSVersionTableIf your operating system has an earlier version of PowerShell, then you need to install PowerShell 5.1.
- You must be logged on as an administrator user to perform this task.
About this task
ISHDeploy is a PowerShell module that enables the code as configuration concept for Tridion Docs. You can use ISHDeploy cmdlets for all basic setup operations, and for many advanced configuration tasks. Although manual configuration is still available, we recommend you use ISHDeploy for improved simplicity and safety. ISHDeploy also gives you access to automation.
- allow business logic automation, ranging from triggering publishing into the continuous integration pipeline to legacy data correction, up to provisioning
- showcase code examples and API best practices
All scripts delivered with Tridion Docs, such as those in the ..\DatabaseIndependent\Examples\ folder, expect ISHDeploy and ISHRemote to be installed. Install both of the PowerShell modules using the installation script delivered with your installation package or downloaded from the PowerShell Gallery (always the latest).