Skip to content

How to run RACE Instance

Do Le Long An edited this page Aug 6, 2024 · 4 revisions

Instructions for Running the Server

After you have SSH'ed to the RACE Instance, on the terminal, run the following commands:

  1. Change directory to /MedVoice-FastAPI

    cd ~/MedVoice-FastAPI
  2. Activate the virtual environment

    source venv/bin/activate
  3. Checkout to the MVC-131-race branch

    git checkout MVC-131-race
  4. Run the server

    poe compose2

Note: You do not need to keep the server running in your local terminal. Once the server is running, you can just close the terminal. However, you must not Ctrl + C the running containers