ODK Sync Endpoint Setup

Hello,
I’m trying to install ODK Sync Endpoint, but in Item 4 (In the cloned repository), the following error occurs: “unable to prepare context: path” db-bootstrap “not found”. I need help solving this problem.
Regards,
Gustavo

@Gustavo_Friedrich1 we are currently in the middle of launching a major revision to how to build sync-endpoint so the documentation is a bit out of date. We hope to have it wrapped up in the next week. In the mean time you should be able to build the “odk/sync-endpoint” image from the opendatakit/sync-endpoint repo. After installing Docker simply type “mvn clean install” and it will create the image “odk/sync-endpoint”.

Then follow the instructions on the GitHub - odk-x/sync-endpoint-default-setup: A cloud server to host data and application files, and to support bi-directional data synchronization across disconnected mobile devices. repo and it should work.