Releases: RWS/ISHBootstrap
Releases · RWS/ISHBootstrap
0.3
This release if focused on
- Enabling the server to download it dependencies from an FTP server.
- Antenna House licensing is not considered any more a pre-requisite. Can be updated as often as necessary.
In more detail this is what has changed and/or added:
Source
- Changes in module xISHServer
- Use new cmdlet
Get-ISHPrerequisites
for one of the following functions:- Download the necessary files.
- Initial supported method is with FTP.
- Get the file names of the necessary files.
- Download the necessary files.
- The cmdlet
Install-ISHToolAntennaHouse.ps1
will not set the license. - To add or update the Antenna House Formatter license use cmdlet
Set-ISHToolAntennaHouseLicense.ps1
- Use new cmdlet
- Changes in scripts folder xISHServer
- To seed the xISHServer module folder with the prerequisites:
- Use new script
Get-ISHServerPrerequisites.ps1
and the xISHServer module will download the files. - Use updated script
Upload-ISHServerPrerequisites.ps1
. Script uses theGet-ISHPrerequisites
to know which files to copy.
- Use new script
- Use new script
Set-ISHAntennaHouseLicense.ps1
to set the Antenna House Formatter license.
- To seed the xISHServer module folder with the prerequisites:
Example
- Adaptations in the scripts, json structure and how to topic to match the main code base.
0.2
Small alignment and preparation changes in the Examples ISHDeploy configuration scripts
- Due to ISHDeploy's upcoming cmdlet renaming and tutorial changes the
Set-ISHUIFeatures.ps1
was split intoSet-ISHCMComponents.ps1
Set-ISHCMMenuAndButton.ps1