]> Git — Sourcephile - gargantext.git/blob - install
[DOC+TESTS] contexts of texts.
[gargantext.git] / install
1 #!/bin/bash
2
3 # On Debian:
4 # sudo apt-get update && sudo apt-get install libpcre3-dev libbz2-dev
5
6 curl -sSL https://get.haskellstack.org/ | sh
7 stack update
8
9 git clone ssh://git@gitlab.iscpif.fr:20022/gargantext/haskell-gargantext.git
10
11 cd haskell-gargantext
12
13 git clone ssh://git@gitlab.iscpif.fr:20022/gargantext/purescript-gargantext
14
15 mkdir deps
16 cd deps
17 git clone ssh://git@gitlab.iscpif.fr:20022/gargantext/clustering-louvain.git
18 git clone https://github.com/np/servant-job.git
19 cd ..
20
21 stack setup
22 stack build
23 stack install
24