diff --git a/docs/source/getting_started/index.rst b/docs/source/getting_started/index.rst index 98443d912b..6f99dc32c9 100755 --- a/docs/source/getting_started/index.rst +++ b/docs/source/getting_started/index.rst @@ -43,10 +43,10 @@ Install DPF Server .. card:: - * Download the ``ansys_dpf_server_win_v2023.2.pre0.zip`` or ``ansys_dpf_server_lin_v2023.2.pre0.zip`` + * Download the ``ansys_dpf_server_win_v2023.2.pre1.zip`` or ``ansys_dpf_server_lin_v2023.2.pre1.zip`` file as appropriate. - * Unzip the package and go to its root folder (``ansys_dpf_server_win_v2023.2.pre0`` or - ``ansys_dpf_server_lin_v2023.2.pre0``). + * Unzip the package and go to its root folder (``ansys_dpf_server_win_v2023.2.pre1`` or + ``ansys_dpf_server_lin_v2023.2.pre1``). * In a Python environment, run this command: .. code:: diff --git a/docs/source/user_guide/getting_started_with_dpf_server.rst b/docs/source/user_guide/getting_started_with_dpf_server.rst index 0fe1f52106..9941fd54d9 100644 --- a/docs/source/user_guide/getting_started_with_dpf_server.rst +++ b/docs/source/user_guide/getting_started_with_dpf_server.rst @@ -26,9 +26,11 @@ Install DPF Server .. _target_installing_server: -#. Download the ``ansys_dpf_server_win_v2023.2.pre0.zip`` or ``ansys_dpf_server_lin_v2023.2.pre0.zip`` file as appropriate. +#. Download the ``ansys_dpf_server_win_v2023.2.pre1.zip`` or ``ansys_dpf_server_lin_v2023.2.pre1.zip`` file as appropriate. #. Unzip the package. -#. Change to the root folder (``ansys_dpf_server_win_v2023.2.pre0``) of the unzipped package. +#. Optional: download any other plugin ZIP file as appropriate and unzip the package. For example, to access the ``composites`` plugin for Linux, + download ``ansys_dpf_composites_lin_v2023.2.pre1.zip`` and unzip the package in the same location as ``ansys_dpf_server_lin_v2023.2.pre1.zip``. +#. Change to the root folder (``ansys_dpf_server_win_v2023.2.pre1``) of the unzipped package. #. In a Python environment, run this command: .. code:: @@ -77,14 +79,16 @@ Run DPF Server in a Docker container ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ DPF server can be run in a Docker container. -#. Along with the ``ansys_dpf_server_lin_v2023.2.pre0.zip`` file mentioned earlier +#. Along with the ``ansys_dpf_server_lin_v2023.2.pre1.zip`` file mentioned earlier in :ref:`Install DPF Server `, download the ``Dockerfile`` file. -#. Copy both the ZIP file and ``Dockerfile`` file in a folder and navigate into that folder. +#. Optional: download any other plugin ZIP file as appropriate. For example, to access the ``composites`` plugin for Linux, + download ``ansys_dpf_composites_lin_v2023.2.pre1.zip``. +#. Copy all the ZIP files and ``Dockerfile`` file in a folder and navigate into that folder. #. To build the DPF Docker container, run the following command: .. code:: - docker build . -t dpf-core:v2023_2_pre0 --build-arg DPF_VERSION=232 --build-arg DPF_SERVER_FILE=ansys_dpf_server_lin_v2023.2.pre0.zip + docker build . -t dpf-core:v2023_2_pre1 --build-arg DPF_VERSION=232 4. To run the DPF Docker container, license it. For more information, see' :ref:`DPF Preview License Agreement`. @@ -118,7 +122,7 @@ ensure that you replace ```` to point to the Ansys licens .. code:: - docker run -e "ANSYS_DPF_ACCEPT_LA=Y" -e ANSYSLMD_LICENSE_FILE=1055@ -p 50052:50052 -e DOCKER_SERVER_PORT=50052 --expose=50052 dpf-core:v2023_2_pre0 + docker run -e "ANSYS_DPF_ACCEPT_LA=Y" -e ANSYSLMD_LICENSE_FILE=1055@ -p 50052:50052 -e DOCKER_SERVER_PORT=50052 --expose=50052 dpf-core:v2023_2_pre1 The next section, :ref:`Ansys licensing`, provides information on the Ansys license mechanism that is used with DPF Server.