Situation

An administrator needs repeatable environment setup for Flux Hive applications, IIS application pools, web.config files, connection strings, and environment variables.

Outcome

Flux provides PowerShell tooling for creating and inspecting Hive environment configuration so deployments can be reproduced and reviewed.

Steps

  1. Resolve SDK and Hive paths for the target environment.
  2. Create or update Hive environment configuration.
  3. Create IIS application pool and application settings.
  4. Generate or update application web.config and environment variables.
  5. Review the resulting Hive application and connection string settings.

Implementation Evidence

  • Flux/PowerShell/Config/
  • Flux/Hive/Hive.Infrastructure.Configuration/
  • Docs/Docusaurus/docs/powershell/Get-FluxHivePath.mdx
  • Docs/Docusaurus/docs/powershell/New-FluxHiveEnvironment.mdx
  • Docs/Docusaurus/docs/powershell/Set-FluxHiveEnvironment.mdx