8000 Documentation: update to prepare DPF Server 2023_2_pre1 release (#883) · ansys/pydpf-core@4f0dba6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f0dba6

Browse files
Documentation: update to prepare DPF Server 2023_2_pre1 release (#883)
* Update doc for 2023.2.pre1 * Update * Replace pre0 by pre1 * Update pre0 into pre1 in index of getting started * Update docs/source/user_guide/getting_started_with_dpf_server.rst Co-authored-by: JennaPaikowsky <98607744+JennaPaikowsky@users.noreply.github.com> * Update docs/source/user_guide/getting_started_with_dpf_server.rst Co-authored-by: JennaPaikowsky <98607744+JennaPaikowsky@users.noreply.github.com> * test * Revert "test" This reverts commit 24c38ae. --------- Co-authored-by: JennaPaikowsky <98607744+JennaPaikowsky@users.noreply.github.com>
1 parent c8ee4f3 commit 4f0dba6

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

docs/source/getting_started/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ Install DPF Server
4343

4444
.. card::
4545

46-
* Download the ``ansys_dpf_server_win_v2023.2.pre0.zip`` or ``ansys_dpf_server_lin_v2023.2.pre0.zip``
46+
* Download the ``ansys_dpf_server_win_v2023.2.pre1.zip`` or ``ansys_dpf_server_lin_v2023.2.pre1.zip``
4747
file as appropriate.
48-
* Unzip the package and go to its root folder (``ansys_dpf_server_win_v2023.2.pre0`` or
49-
``ansys_dpf_server_lin_v2023.2.pre0``).
48+
* Unzip the package and go to its root folder (``ansys_dpf_server_win_v2023.2.pre1`` or
49+
``ansys_dpf_server_lin_v2023.2.pre1``).
5050
* In a Python environment, run this command:
5151

5252
.. code::

docs/source/user_guide/getting_started_with_dpf_server.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ Install DPF Server
2626

2727
.. _target_installing_server:
2828

29-
#. Download the ``ansys_dpf_server_win_v2023.2.pre0.zip`` or ``ansys_dpf_server_lin_v2023.2.pre0.zip`` file as appropriate.
29+
#. Download the ``ansys_dpf_server_win_v2023.2.pre1.zip`` or ``ansys_dpf_server_lin_v2023.2.pre1.zip`` file as appropriate.
3030
#. Unzip the package.
31-
#. Change to the root folder (``ansys_dpf_server_win_v2023.2.pre0``) of the unzipped package.
31+
#. Optional: download any other plugin ZIP file as appropriate and unzip the package. For example, to access the ``composites`` plugin for Linux,
32+
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``.
33+
#. Change to the root folder (``ansys_dpf_server_win_v2023.2.pre1``) of the unzipped package.
3234
#. In a Python environment, run this command:
3335

3436
.. code::
@@ -77,14 +79,16 @@ Run DPF Server in a Docker container
7779
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7880
DPF server can be run in a Docker container.
7981

80-
#. Along with the ``ansys_dpf_server_lin_v2023.2.pre0.zip`` file mentioned earlier
82+
#. Along with the ``ansys_dpf_server_lin_v2023.2.pre1.zip`` file mentioned earlier
8183
in :ref:`Install DPF Server <target_installing_server>`, download the ``Dockerfile`` file.
82-
#. Copy both the ZIP file and ``Dockerfile`` file in a folder and navigate into that folder.
84+
#. Optional: download any other plugin ZIP file as appropriate. For example, to access the ``composites`` plugin for Linux,
85+
download ``ansys_dpf_composites_lin_v2023.2.pre1.zip``.
86+
#. Copy all the ZIP files and ``Dockerfile`` file in a folder and navigate into that folder.
8387
#. To build the DPF Docker container, run the following command:
8488

8589
.. code::
8690
87-
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
91+
docker build . -t dpf-core:v2023_2_pre1 --build-arg DPF_VERSION=232
8892
8993
4. To run the DPF Docker container, license it. For more information, see'
9094
:ref:`DPF Preview License Agreement<target_to_license_terms>`.
@@ -118,7 +122,7 @@ ensure that you replace ``<license_server_to_use>`` to point to the Ansys licens
118122

119123
.. code::
120124
121-
docker run -e "ANSYS_DPF_ACCEPT_LA=Y" -e ANSYSLMD_LICENSE_FILE=1055@<license_server_to_use> -p 50052:50052 -e DOCKER_SERVER_PORT=50052 --expose=50052 dpf-core:v2023_2_pre0
125+
docker run -e "ANSYS_DPF_ACCEPT_LA=Y" -e ANSYSLMD_LICENSE_FILE=1055@<license_server_to_use> -p 50052:50052 -e DOCKER_SERVER_PORT=50052 --expose=50052 dpf-core:v2023_2_pre1
122126
123127
The next section, :ref:`Ansys licensing<target_to_ansys_license_mechanism>`, provides information on
124128
the Ansys license mechanism that is used with DPF Server.

0 commit comments

Comments
 (0)
0