]> Git — Sourcephile - gargantext.git/blob - install
[CLI] cooc by year threaded.
[gargantext.git] / install
1 #!/bin/bash
2
3
4 curl -sSL https://get.haskellstack.org/ | sh
5 stack update
6
7 git clone ssh://git@gitlab.iscpif.fr:20022/gargantext/haskell-gargantext.git
8
9 cd haskell-gargantext
10
11 git clone ssh://git@gitlab.iscpif.fr:20022/gargantext/purescript-gargantext
12
13 mkdir deps
14 cd deps
15 git clone ssh://git@gitlab.iscpif.fr:20022/gargantext/clustering-louvain.git
16 git clone https://github.com/np/servant-job.git
17 cd ..
18
19 stack setup
20 stack build
21 stack install
22