You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer I would like to deploy an instance of PVWS, which this dashboard relies on, so that we can use it for R55 and R80 PVs. The web dashboard is already deployed to github pages, but relies on a PVWS running on the same host as the user's web browser which obviously isn't an option.
This will involve finding a suitable host and then deploying natively (on a tomcat 9.x server) or using a docker container (see pvws repo for how to do this)
PVWS is fine to be left public-facing, in fact we will require it to be if we deploy the webdashboard as a user's browser will be directly streaming from the websocket it serves. It will need to be left in the default mode of read-only.
PVWS should only require port 8080 (or whatever tomcat port is chosen) to be outward facing, CA ports should only be internal-facing. We should make sure it is pointing at a CA gateway
As a developer I would like to deploy an instance of PVWS, which this dashboard relies on, so that we can use it for R55 and R80 PVs. The web dashboard is already deployed to github pages, but relies on a PVWS running on the same host as the user's web browser which obviously isn't an option.
This will involve finding a suitable host and then deploying natively (on a tomcat 9.x server) or using a docker container (see pvws repo for how to do this)
PVWS is fine to be left public-facing, in fact we will require it to be if we deploy the webdashboard as a user's browser will be directly streaming from the websocket it serves. It will need to be left in the default mode of read-only.
PVWS should only require port 8080 (or whatever tomcat port is chosen) to be outward facing, CA ports should only be internal-facing. We should make sure it is pointing at a CA gateway
Acceptance criteria
The text was updated successfully, but these errors were encountered: