Skip to content

0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@Sarafian Sarafian released this 20 Oct 15:35
· 107 commits to master since this release

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.
    • The cmdlet Install-ISHToolAntennaHouse.ps1 will not set the license.
    • To add or update the Antenna House Formatter license use cmdlet Set-ISHToolAntennaHouseLicense.ps1
  • 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 the Get-ISHPrerequisites to know which files to copy.
    • Use new script Set-ISHAntennaHouseLicense.ps1 to set the Antenna House Formatter license.

Example

  • Adaptations in the scripts, json structure and how to topic to match the main code base.