]> Git — Sourcephile - gargantext.git/blob - devops/debian/deps
[ADMIN] dependences.
[gargantext.git] / devops / debian / deps
1 #!/bin/bash
2
3 git clone https://gitlab.iscpif.fr/gargantext/clustering-louvain-cplusplus.git
4 cd clustering-louvain-cplusplus
5 ./install
6 cd ..
7
8
9 wget https://dl.gargantext.org/coreNLP.tar.bz2
10 tar xvjf coreNLP.tar.bz2
11 # ./startServer.sh
12
13