Skip to content

Commit 236bb01

Browse files
authored
Update README.md
1 parent 2f0d6b7 commit 236bb01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ gradlew integrationTest
107107
- The [Publish docker image](https://github.com/JeffersonLab/container-workflows/blob/main/.github/workflows/docker-publish.yaml) GitHub Action to create a new demo Docker image.
108108

109109
## Deploy
110-
At JLab this app is found at [epicsweb.jlab.org/epics2web](https://epicsweb.jlab.org/epics2web/). However, the epicsweb server is a proxy for `tomcat1.acc.jlab.org`. Use wget or the like to grab the release war file. Don't download directly into webapps dir as file scanner may attempt to deploy before fully downloaded. Be careful of previous war file as by default wget won't overrwite. The war file should be attached to each release, so right click it and copy location (or just update version in path provided in the example below).
110+
At JLab this app is found at [epicsweb.jlab.org/epics2web](https://epicsweb.jlab.org/epics2web/) and internally at [epicswebtest.acc.jlab.org/epics2web](https://epicsweb.jlab.org/epics2web). However, those servers are proxies for tomcat1.acc.jlab.org and tomcattest1.acc.jlab.org respectively. Use wget or the like to grab the release war file. Don't download directly into webapps dir as file scanner may attempt to deploy before fully downloaded. Be careful of previous war file as by default wget won't overrwite. The war file should be attached to each release, so right click it and copy location (or just update version in path provided in the example below).
111111

112112
A script is provided to automate the deployment. As root run:
113113
```
@@ -120,7 +120,7 @@ Or manually execute:
120120
cd /tmp
121121
rm epics2web.war
122122
wget https://github.com/JeffersonLab/wmenu/releases/download/v1.2.3/epics2web.war
123-
mv  epics2web.war /opt/tomcat/current/webapps
123+
mv epics2web.war /opt/tomcat/current/webapps
124124
```
125125

126126
## See Also

0 commit comments

Comments
 (0)