From 06733c2cfe1f9be3a106d9b5aafc59fe8b4c9a95 Mon Sep 17 00:00:00 2001 From: Robert Butora <robert.butora@inaf.it> Date: Fri, 7 Mar 2025 16:40:55 +0100 Subject: [PATCH] README update --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bb82bf4..9e9462a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ container to help maintenance. ## Deploy SEDModS ### Project content description -The `Dockerfile` uses:: +The `Dockerfile` depends on: - an httpd server (running on container's port 80) - python and WSGI packages It needs a properly configured `wsgi.conf` that will be loaded within @@ -25,8 +25,9 @@ To build the container image: It is suggested to have a dedicated user to run in production. -The service expects the SED models in /srv/sed-data/sim_total.dat -And to run: +The service expects the SED models in **/srv/sed-data/sim_total.dat**. + +Start the service: podman run -dt \ --name sedmod-test \ @@ -47,7 +48,7 @@ host server, this must be changed if the host's 8080 is already in use. The service implementation is descripbed [here](README_implementation.md). -Then the service presents the **/searchd** endpoint. Arguments are separated +The service presents the **/searchd** endpoint. Arguments are separated by underscore and their meaning is indicated in this C++ code snipped: ```cpp -- GitLab