Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

How to install Workflow Studio

  1. Navigate your browser to https://empowerid.visualstudio.com/EmpowerID/_git/EID-Tooling?path=%2FPSScripts%2FWorkflowStudioInstaller&version=GBmaster.

  2. Authenticate using the credentials given to you by your organization.

  3. Download the Install-WorkflowStudio_EID-Release.ps1 and Uninstall-WorkflowStudio_EID-Release.ps1 PowerShell scripts.

    Image Modified

  4. Open Windows PowerShell in Admin mode and navigate to the folder where you downloaded the PowerShell scripts.

  5. Run the Install-WorkflowStudio_EID-Release.ps1 script.

    Image Modified

  6. Enter the EmpowerID Version Number for which you are installing Workflow Studio and press ENTER.

    Image Modified

  7. When prompted to select the EmpowerID Install Directory, press ENTER to accept the default or enter another location as desired.

    Image Modified

  8. Wait for the script to download and install any dependencies that you may not have on your workstation.

    Image Modified

  9. When prompted to enter a file for the public/private rsa key pair, press ENTER to accept the default or enter another location as desired.

    Image Modified

  10. Enter a passphrase for your personal key and then enter it again.

    Image Modified

  11. You should see notepad open with the key. Copy the key.

    Image Modified

  12. Log in to Azure, click the User Settings icon and select SSH Public Keys.

    Image Modified

  13. Click New Key.

    Image Modified

  14. Enter a Name for the key and then paste the key you copied earlier into the Public Key Data field.

  15. Click Add.

    Image Modified

  16. Back in PowerShell, enter y when asked if the SSH public key is added to Azure DevOps and then press ENTER.

    Image Modified

  17. Enter your passphrase and then press ENTER.

  18. Wait for Workflow Studio to be installed.

    Image Modified

  19. You should see that Workflow Studio successfully installed. You can close PowerShell.

...

...