nytud / emtsv

e-magyar text processing system -- inter-module communication via tsv + REST API
GNU Lesser General Public License v3.0
27 stars 11 forks source link

web frontend using docker #39

Closed sassbalint closed 1 year ago

sassbalint commented 1 year ago

Please, help, how to get the web frontend running using the docker image?

dlazesz commented 1 year ago
  1. Run the container
  2. Navigate to: http://127.0.0.1:5000/ (or whatever IP and port the service is bound to, the root path (/) is the frontend, any parameters are the module names, etc.)

Would you mind to propose a PR for the documentation?

sassbalint commented 1 year ago
  1. Run the container

  2. Navigate to: http://127.0.0.1:5000 (or whatever IP and port the service is bound to, the root path (/) is the frontend, any parameters are the module names, etc.)

Thanks. :+1:

Would you mind to propose a PR for the documentation?

It's my pleasure. :smiley: :smiley: :arrow_right: https://github.com/nytud/emtsv/pull/40

dlazesz commented 1 year ago

40 is merged. Thank you!