Skip to content
Snippets Groups Projects
Commit 06733c2c authored by Robert Butora's avatar Robert Butora
Browse files

README update

parent f3fc07fa
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment