Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 704 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 704 Bytes

HPC Interface Dev

For the project information, please see the project website.

Deployment instructions

To deploy, execute the following (from the MRI directory):

./build.sh

# where hpci-myuser is the LDAP credential issued by OIT
rsync -r --progress ./backend/target/hpc_interface.war [email protected]:
ssh [email protected]

# Then, while logged in over SSH:
  cd /srv/tomcat/webapps
  sudo systemctl stop tomcat
  sudo rm -fr ROOT ROOT.war
  sudo cp ~/hpc_interface.war ROOT.war
  sudo systemctl start tomcat

If issues arise, a good place to check is /var/log/tomcat/spring.log (must be read as root).