Skip to content

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

License

Notifications You must be signed in to change notification settings

peterwzhang/MRI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •