Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VLKB SEDModS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ViaLactea
VLKB SEDModS
Commits
88325153
Commit
88325153
authored
2 weeks ago
by
Robert Butora
Browse files
Options
Downloads
Patches
Plain Diff
README: adds dependencies section (from orig)
parent
5bd6ce00
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+0
-42
0 additions, 42 deletions
README.md
with
0 additions
and
42 deletions
README.md
+
0
−
42
View file @
88325153
...
...
@@ -72,46 +72,6 @@ Access the service by:
Response is in JSON format.
<<<<<<< HEAD
#### Daemon service mode
This mode uses the code in:
wsgid.py
query_server_d.py
It requires a couple of processes to run before the deamonised service
can work. These processes run within the container, so, after running
it, one can launch them attaching to the running container with
podman exec -it sedmod-test /bin/bash
and within it run
python -m Pyro4.naming &
python query-server_d.py &
After that, on can exit the shell and the daemon-based service should be
reachable at
http://host.server:8080/seddaemon
with the same usage of the single query one.
### Network Proxy
Since it could be annoying to explitly use port 8080 on the host, the
service can be made visible on a specific context path in the host
server's http using the httpd _ProxyPass_ directive, like
<Location
"/
sedmods
"
>
ProxyPass "http://localhost:8080"
</Location>
where _/sedmods_ is an example and the _8080_ port depends on the passed
parameters to the podman run command (see above).
## SED Models HDF5 file
This is preserved, currently, on the INAF ICT Owncloud instance.
## Dependencies
On the host:
...
...
@@ -124,5 +84,3 @@ Within the container (i.e. provided in the build):
-
pandas
-
Pyro4 (deamon mode)
-
(py)tables
=======
>>>>>>> modifs-on-vlkb
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment