From 453fa5abc6fecfaa753f330a9531bd5de69a46fe Mon Sep 17 00:00:00 2001 From: arthur-d42 <64164367+arthur-d42@users.noreply.github.com> Date: Sun, 5 Jan 2025 12:18:39 +0100 Subject: [PATCH] Update sync-endpoint-manual-setup after having followed the instructions Very minor changes that would have helped me save a lot of time for my setup Added that the autosetup python script may be used and a flag that is required for maven to not fail during install if doing it manually --- src/sync-endpoint-manual-setup.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/sync-endpoint-manual-setup.rst b/src/sync-endpoint-manual-setup.rst index 0f725309..a2fdd4a8 100644 --- a/src/sync-endpoint-manual-setup.rst +++ b/src/sync-endpoint-manual-setup.rst @@ -65,12 +65,15 @@ Setup instructions: .. code-block:: console $ cd sync-endpoint + .. note:: + + You may also use the autosetup found in the root directory of the repository :guilabel:`init-odkx-sync-endpoint.py` to setup automatically 5. Build sync endpoint by running the following: (NOTE: you will need Apache Maven installed >= 3.3.3) .. code-block:: console - $ mvn clean install + $ mvn clean install -DskipTests 6. Navigate back to the parent "sync-endpoint-default-setup" directory.