Skip to content

Commit

Permalink
Updated init file
Browse files Browse the repository at this point in the history
Download a released version of OldDog instead of cloning the repo.
Make the init less verbose.
  • Loading branch information
chriskamphuis committed Jun 17, 2019
1 parent e8c5ba7 commit 043cd0b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions init
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

echo Downloading anserini.jar...
wget -q http://central.maven.org/maven2/io/anserini/anserini/0.4.0/anserini-0.4.0-fatjar.jar -O anserini.jar
git clone https://github.com/chriskamphuis/olddog.git
echo Downloading OldDog...
wget -q https://github.com/Chriskamphuis/olddog/archive/v0.1.0.tar.gz
tar xzf v0.1.0.tar.gz
mv olddog-0.1.0 olddog
cd olddog
mvn clean package appassembler:assemble
echo Building OldDog...
mvn -q clean package appassembler:assemble

0 comments on commit 043cd0b

Please sign in to comment.