Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit f32bb53

Browse files
committed
setup script to clone needed repos
1 parent 59b05bf commit f32bb53

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

setup.sh

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#!/bin/bash
2+
3+
cd ..
4+
echo "Checking out into $PWD - enter to continue, ctrl-C to abort"
5+
6+
read
7+
8+
git clone --recurse-submodules [email protected]:hathitrust/imgsrv
9+
git clone --recurse-submodules [email protected]:hathitrust/catalog
10+
git clone --recurse-submodules [email protected]:hathitrust/common
11+
git clone --recurse-submodules -b DEV-667-stage-item [email protected]:hathitrust/ht-pairtree
12+
git clone --recurse-submodules -b DEV-661-docker [email protected]:hathitrust/slip
13+
git clone --recurse-submodules -b DEV-661-docker [email protected]:hathitrust/imgsrv-sample-data
14+
git clone --recurse-submodules -b DEV-661-docker [email protected]:hathitrust/lss_solr_configs
15+
16+
# Not yet covered in the apache config although maybe it was before
17+
# git clone [email protected]:hathitrust/pt.git
18+
19+
# Do we need these separately?
20+
# git clone [email protected]:hathitrust/mdp-lib.git
21+
# git clone [email protected]:hathitrust/slip-lib.git
22+
# git clone [email protected]:hathitrust/plack-lib.git

0 commit comments

Comments
 (0)