For the project information, please see the project website.
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).