]> Git — Sourcephile - gargantext.git/blob - devops/install-corenlp
build: remove cabal-install and stack config files
[gargantext.git] / devops / install-corenlp
1 #!/bin/bash
2
3 if [ ! -d coreNLP ]; then
4 mkdir -v coreNLP
5 fi
6
7 pushd coreNLP
8
9 wget https://dl.gargantext.org/coreNLP.tar.bz2
10 tar xvjf coreNLP.tar.bz2
11 pushd home/debian/CoreNLP
12 ./startServer.sh