§ Prerequisite

  1. Parameter settings for the simulation must be completed.
  2. Visual Studio Code must be installed. https://code.visualstudio.com/download
  3. Docker Desktop must be installed. https://docs.docker.com/desktop/setup/install/windows-install/

§ First Time Setting

  1. Open Docker Desktop, search for jaewonchung7snu/bulnabi_aiaa_container, and click the pull button to download the container.

    image.png

  2. Clone the K-FORCAST github repository to your local computer.

    git clone <https://github.com/Bulnabi-SNU/DBF2025_FORCAST>
    
  3. Open Visual Studio Code, install the Dev Containers extension.

    image.png

  4. Open the Command Palette in Visual Studio Code (Ctrl + Shift + P) and enter Dev Containers: Open Folder in Container. In the folder selection window, choose the folder cloned from Git on your local computer.

    image.png

  5. If a development container is currently running, the setup is successful.

    image.png

  6. For future executions, only steps 4 and 5 need to be performed. Another way to confirm is by opening the terminal; the terminal location should be set to ubuntu.

    image.png