]>
Git — Sourcephile - gargantext.git/blob - install
6 echo "Docker installed, ok"
8 curl
-sSL https
://get.docker.com
/ | sh
9 echo "Docker has been installed"
10 echo "Configure your user rights:"
11 echo " sudo usermod -a -G docker $USER"
12 echo " or : adduser $(whoami) docker"
15 curl
-sSL https
://get.haskellstack.org
/ | sh
19 git clone https
://gitlab.iscpif.fr
/gargantext
/haskell
-gargantext.git
23 git clone https
://gitlab.iscpif.fr
/gargantext
/purescript
-gargantext
27 git clone https
://gitlab.iscpif.fr
/gargantext
/clustering
-louvain.git
28 git clone https
://github.com
/np
/servant
-job.git
29 git clone https
://github.com
/np
/patches
-map
30 git clone https
://gitlab.com
/npouillard
/patches
-class.git
36 stack
--docker install
39 # Database configuration
40 # CREATE USER gargantua WITH PASSWORD $(grep DB_PASS gargantext.ini)
41 # GRANT ALL PRIVILEGES ON DATABASE gargandbV4 to gargantua