Stop and start the platform#

Stop the platform#

  1. Run a Windows PowerShell terminal as administrator and go to the directory deployment_scripts:

    • PowerShell
    cd .\Ansys_App_Portal_and_Deployment_Templates\deployment_scripts
    
  2. Run the following command to stop the platform, including containerized services and desktop processes:

    • PowerShell
    .\Stop-Platform.ps1
    

Start the platform#

  1. Run a Windows PowerShell terminal as administrator and go to the directory deployment_scripts:

    • PowerShell
    cd .\Ansys_App_Portal_and_Deployment_Templates\deployment_scripts
    
  2. Run the following command to start the platform:

    • PowerShell
    .\Start-Platform.ps1