Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir authored Sep 11, 2023
1 parent 3d0a792 commit 1420619
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,9 @@ gradlew assembleDist
At Jefferson Lab the app and all of it's data is stored on the ops network fileystem at `/cs/opshome/IonChambers` and can be launched via JMenu using search keyword `icalibrate`. Deploying a new version typically looks like (version 2.0.0 shown):

```
# Can't wget from ops network so use dev then scp
ssh devl00
ssh sqam@devl00
cd /tmp
wget https://github.com/JeffersonLab/icalibrate/releases/download/v2.0.0/icalibrate-2.0.0.zip
ssh opsl00
cd /tmp
scp devl00:/tmp/icalibrate-2.0.0.zip .
unzip icalibrate-2.0.0.zip
mv icalibrate-2.0.0 /cs/opshome/IonChambers/icalibrate/2.0.0
cd /cs/opshome/IonChambers
Expand Down

0 comments on commit 1420619

Please sign in to comment.