Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sashakames authored Jan 24, 2020
1 parent 91b88b6 commit 2cf9496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Manual esg-search update
# download search module (verify module version
wget https://github.com/ESGF/esg-search/releases/download/v4.17.10/esg-search.war
/usr/local/tomcat/bin/catalina.sh stop # stop tomcat
mv /usr/local/tomcat/webapps/esg-search /tmp. # move old version aside
mv /usr/local/tomcat/webapps/esg-search /tmp # move old version aside
rm -rf /usr/local/tomcat/work/Catalina/localhost/esg-search # clean out cache
cp esg-search /usr/local/tomcat/webapps
cp esg-search.war /usr/local/tomcat/webapps
/usr/local/tomcat/bin/catalina.sh start # restart tomcat


Expand Down

0 comments on commit 2cf9496

Please sign in to comment.