Commit f3f1a0ba authored by Alexandre Delanoë's avatar Alexandre Delanoë

[ADMIN] dependences.

parent dea7b403
Pipeline #662 canceled with stage
#!/bin/bash
git clone https://gitlab.iscpif.fr/gargantext/clustering-louvain-cplusplus.git
cd clustering-louvain-cplusplus
./install
cd ..
wget https://dl.gargantext.org/coreNLP.tar.bz2
tar xvjf coreNLP.tar.bz2
# ./startServer.sh
......@@ -15,6 +15,8 @@ then
echo "git installed, ok"
else
sudo apt update && sudo apt install git
git config --global user.email "contact@gargantext.org"
git config --global user.name "Gargantua"
fi
sudo apt update
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment