-
Hi, I'm trying to test FieldHub server on my local machine and I've been following the deployment example. I've set up the docker container and set my environment variable HOST=localhost. Both containers are working as expected (i.e. I am able to access the fieldhub app and the Couchdb database), but I am unable to synchronize my Field Desktop with the locally running server. In the "Download project" tab of Field Desktop, I've put in localhost, http://localhost:80, http://127.0.0.1:80, http://localhost:4000, etc. but nothing has seemed to work. After I have set up the server, how do I synchronize it with Field Desktop? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi! The correct address is http://localhost:80 (or just http://localhost). The problem is probably that you haven't created the project in the Desktop application yet. You can only download projects that have been created via the menu Project -> New... and synchronized to the FieldHub server. This should work:
|
Beta Was this translation helpful? Give feedback.
-
I have no experience with cloud services as we use our own server infrastructure. My initial thoughts: I think running the application itself will probably be trivial using docker. But there are two open questions I would research first:
Those problems will 100% be solved already, I just do not know how. If you come to a decision using cloud infrastructure please let us know, I would imagine other people would also be interested. Cheers, |
Beta Was this translation helpful? Give feedback.
Hi! The correct address is http://localhost:80 (or just http://localhost). The problem is probably that you haven't created the project in the Desktop application yet. You can only download projects that have been created via the menu Project -> New... and synchronized to the FieldHub server.
This should work: