Show / Hide Table of Contents

Installation

To install the sidebar and set up everything necessary click here and follow the instructions.

Prerequisites

During the start of scripts Phoenix will check your system for the necessary compoments.
You can also install and setup the components in advance.

Azure

Powershell Module "Az"

Install-Module -Name Az -AllowClobber -Scope AllUsers -Force

SQL

SQL-Assembly

[System.Reflection.Assembly]::LoadWithPartialName('Microsoft.SqlServer.SMO')
[System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SqlServer.SmoExtended")
  • PowerShellTools_32.msi
  • SQLSysClrTypes_32.msi
  • SharedManagementObjects_32.msi
  • PowerShellTools_64.msi
  • SQLSysClrTypes_64.msi
  • SharedManagementObjects_64.msi

SQl-Module Powershell Module "SQLServer"

Install-Module -Name SqlServer -Force -AllowClobber

Docker

Docker Engine Settings

{
  "insecure-registries": [
    "repo-do-phoenix.acadon.acadon.de",
    "repo-bs-phoenix.acadon.acadon.de",
    "repo-hb-phoenix.acadon.acadon.de",
    "repo-kr-phoenix.acadon.acadon.de",
    "acr.acadon.acadon.de"
  ],
  "allow-nondistributable-artifacts": [
    "repo-do-phoenix.acadon.acadon.de",
    "repo-bs-phoenix.acadon.acadon.de",
    "repo-hb-phoenix.acadon.acadon.de",
    "repo-kr-phoenix.acadon.acadon.de",
    "acr.acadon.acadon.de"
  ]
}
Back to top Generated by DocFX