-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into itrb-test
- Loading branch information
Showing
27 changed files
with
938 additions
and
910 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,12 @@ | |
|
||
# Stephen Ramsey, Oregon State University | ||
|
||
# When you run this shell script, make sure your CWD is in `/home/ubuntu` | ||
# In a bash terminal session, run the script like this | ||
# (in this example, port 8080 is specified on the CLI): | ||
# | ||
# cd ~ && source <(curl -s https://raw.githubusercontent.com/RTXteam/RTX/master/DockerBuild/test-instance-scripts/build-test-arax-from-fresh-instance.sh) 8080 | ||
|
||
set -o nounset -o pipefail -o errexit | ||
|
||
arax_base=/mnt/data/orangeboard | ||
|
@@ -28,7 +34,7 @@ sudo mkdir -p ${arax_base}/databases | |
sudo chown ubuntu.ubuntu ${arax_base}/databases | ||
|
||
# do a test login to arax.ncats.io, to make sure rsync won't hang up later | ||
ssh -q -oStrictHostKeyChecking=no rtxconfig@arax.ncats.io exit | ||
ssh -q -oStrictHostKeyChecking=no rtxconfig@arax-databases.rtx.ai exit | ||
|
||
# do a test login to araxconfig.rtx.ai, to make sure the scp won't hang up later | ||
ssh -q -oStrictHostKeyChecking=no [email protected] exit | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.