Skip to content

Commit

Permalink
(docker/dist) hpci.sh - install hpcissh
Browse files Browse the repository at this point in the history
  • Loading branch information
otatebe committed Jun 28, 2024
1 parent cb05ab8 commit 6f885d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker/dist/hpci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ get_gfarm2conf.sh
[ -f ~/.gfarm2rc.hpci ] ||
sh ./get_gfarm2conf.sh -f ~/.gfarm2rc.hpci

# install hpcissh
sudo apt-get -y install sshpass
PKG=hpcissh-clients; export PKG
[ -d ~/gfarm/$PKG ] ||
(cd ~/gfarm && git clone https://github.com/hpci-auth/$PKG.git)
(cd ~/gfarm/$PKG && sudo sh ./install.sh > /dev/null)

echo \# YOU NEED TO DO THE FOLLOWING
echo mv ~/.globus ~/.globus.bak
echo export GFARM_CONFIG_FILE=$HOME/.gfarm2rc.hpci
Expand Down

0 comments on commit 6f885d6

Please sign in to comment.