peterwzhang / MRI

Interface that allows MRI researchers to easily run scripts on a High Performance Computing (HPC) server.

Home Page:https://peterwzhang.github.io/MRI/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 hpci-myuser@hpc-interface-dev.ua.edu:
ssh hpci-myuser@hpc-interface-dev.ua.edu

# 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).

About

Interface that allows MRI researchers to easily run scripts on a High Performance Computing (HPC) server.

https://peterwzhang.github.io/MRI/

License:GNU Affero General Public License v3.0


Languages

Language:HTML 80.0%Language:TypeScript 9.3%Language:Java 8.6%Language:Mustache 1.0%Language:Shell 0.8%Language:CSS 0.2%Language:SCSS 0.1%