Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/sync-endpoint-manual-setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down