Skip to content

Getting Started with Orca

Please make sure you have reviewed the Setting up your Dev VM Page and have a DEV VM already before continuing.

1.0 Orca Setup

  1. Login to the entitlement for your Dev VM and open the GitHub Desktop Client. Once the client opens login to it using your github account if you are not already.

  2. Once you are logged into the GitHub Desktop Client Clone the R1G7/Orca Repository.

  3. Press Ctrl + Shift + A (This will Open Orca in VS Code)

  4. Press Ctrl + Shift + ~ to open the Integrated Terminal

  5. In the Powershell Integrated Terminal Run the following command to setup the Orca Dev Enviroment.

    .\Install-OrcaDevEnv.ps1
    

    Info

    You May need to change the execution policy by running the below command if you get an error.

    Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser -Force
    

  6. You are ready to start working.