Loading README.md +5 −4 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 \ Loading @@ -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 Loading Loading
README.md +5 −4 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 \ Loading @@ -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 Loading