Skip to content

Questions about project.yml file #1131

Closed Answered by YuanTingHsieh
FabioNotaro2001 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @FabioNotaro2001

Thanks for your interest and question!

Yes, it is possible to have clients, server, admin all in one local machine but run in different processes.

We need to update that page for 2.2.1 that is right.

Let me give you some tips.

First, install NVFlare.
Second, run nvflare provision and type 1 for project.yml for HA mode

Inside the generated project.yml you will see multiple "participants"
For example:

participants:
  # change overseer.example.com to the FQDN of the overseer
  - name: overseer
    type: overseer
    org: nvidia
    protocol: https
    api_root: /api/v1
    port: 8443
  # change example.com to the FQDN of the server
  - name: server1
    type: server
    o…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@FabioNotaro2001
Comment options

Answer selected by FabioNotaro2001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1125 on November 10, 2022 15:10.