Commit 3205699d authored by Alexandre Delanoë's avatar Alexandre Delanoë

[ADMIN] adding install script

parent 6a36797e
#!/bin/bash
curl -sSL https://get.haskellstack.org/ | sh
stack update
git clone ssh://git@gitlab.iscpif.fr:20022/gargantext/haskell-gargantext.git
cd haskell-gargantext
git clone ssh://git@gitlab.iscpif.fr:20022/gargantext/purescript-gargantext
mkdir deps
cd deps
git clone ssh://git@gitlab.iscpif.fr:20022/gargantext/clustering-louvain.git
cd clustering-louvain
stack build
cd ..
git clone https://github.com/np/servant-job.git
cd servant-job
stack build
cd ..
cd ..
stack install
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