OCR-D / zenhub

Repo for developing zenhub integration
Apache License 2.0
0 stars 0 forks source link

webapi implementation: use NFS #133

Open joschrew opened 1 year ago

joschrew commented 1 year ago

NFS should be used to exchange data between processors. Goal of this ticket is to create an NFS-share on one of my vm's and use it as workspace directory for the webapi and for the processing servers to access the workspaces.

joschrew commented 1 year ago

Set up instructions for NFS

joschrew commented 1 year ago

Does not make sense for me yet to use NFS because all processors will run at one machine. Is it possible to get an NFS Share from gwdg?

tdoan2010 commented 1 year ago

You set up all processors on one machine for testing, but in a real life, they run on different machines. That's why NFS is needed. You can set up your own NFS or simply get one from GWDG, it doesn't matter.