Skip to content

Commit

Permalink
Add information about dig (bind9-dnsutils) in the document
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacYangSLA authored and MinghuiChen43 committed May 1, 2024
1 parent 1a8dd1b commit 3865a59
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/real_world_fl/cloud_deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ To run NVFlare dashboard on Azure, run:
.. note::

The script also requires sshpass and jq. Both can be installed on Ubuntu, with:
The script also requires sshpass, dig and jq. All can be installed on Ubuntu, with:

.. code-block:: shell
sudo apt install sshpass jq
sudo apt install sshpass bind9-dnsutils jq
Users only need to enter an email address and press Enter. This user needs to remember this email and the temporary password that will be provided, as
this is the login credentials for the NVFLARE Dashboard once the Dashboard is up and running.
Expand Down Expand Up @@ -101,11 +101,11 @@ To run NVFlare dashboard on AWS, run:
.. note::

The script also requires sshpass and jq. They can be installed on Ubuntu, with:
The script also requires sshpass, dig and jq. They can be installed on Ubuntu, with:

.. code-block:: shell
sudo apt install sshpass jq
sudo apt install sshpass bind9-dnsutils jq
AWS manages authentications via AWS access_key and access_secret, you will need to have these credentials before you can start creating AWS infrastructure.

Expand All @@ -128,9 +128,10 @@ You can accept all default values by pressing ENTER.

.. code-block:: none
This script requires az (Azure CLI), sshpass and jq. Now checking if they are installed.
This script requires az (Azure CLI), sshpass dig and jq. Now checking if they are installed.
Checking if az exists. => found
Checking if sshpass exists. => found
Checking if dig exists. => found
Checking if jq exists. => found
Cloud VM image, press ENTER to accept default Canonical:0001-com-ubuntu-server-focal:20_04-lts-gen2:latest:
Cloud VM size, press ENTER to accept default Standard_B2ms:
Expand Down Expand Up @@ -190,9 +191,10 @@ You can accept all default values by pressing ENTER.

.. code-block::
This script requires aws (AWS CLI), sshpass and jq. Now checking if they are installed.
This script requires aws (AWS CLI), sshpass, dig and jq. Now checking if they are installed.
Checking if aws exists. => found
Checking if sshpass exists. => found
Checking if dig exists. => found
Checking if jq exists. => found
If the server requires additional dependencies, please copy the requirements.txt to /home/nvflare/workspace/aws/nvflareserver/startup.
Press ENTER when it's done or no additional dependencies.
Expand Down

0 comments on commit 3865a59

Please sign in to comment.