Skip to content

Commit

Permalink
Merge pull request #356 from uoregon-libraries/feature/better-oni-agent
Browse files Browse the repository at this point in the history
Feature/better oni agent
  • Loading branch information
jechols authored Nov 7, 2024
2 parents 1225355 + e15aedb commit 055b3d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile-oni
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ENTRYPOINT /entrypoint.sh

FROM golang:1 AS agent-build
WORKDIR /app
RUN git clone https://github.com/open-oni/oni-agent.git -b v1.4.0 --depth 1 .
RUN git clone https://github.com/open-oni/oni-agent.git -b v1.5.0 --depth 1 .
RUN make


Expand Down
8 changes: 4 additions & 4 deletions hugo/content/setup/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Manual installation has several prerequisites:
[RAIS](https://github.com/uoregon-libraries/rais-image-server))
- Apache/nginx for authentication as well as proxying to NCA and the IIIF server
- Two running [Open ONI][oni] applications: staging and production.
- An [ONI Agent][agent] must be set up for each ONI instance in order to
automate some of the functionality from NCA to ONI. The NCA server needs to
be able to connect to the ONI Agent, but the agent's ports should not be open
to any other traffic.
- An [ONI Agent][agent] (at least v1.5.0) must be set up for each ONI instance
in order to automate some of the functionality from NCA to ONI. The NCA
server needs to be able to connect to the ONI Agent, but the agent's ports
should not be open to any other traffic.
- In our setup, we have an internal-network-only port for the agents, and
they run using systemd so that they start on reboot and we can specify
their settings directly in the systemd unit's environment. The ONI Agent
Expand Down

0 comments on commit 055b3d3

Please sign in to comment.