Commit 471aa53a authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] install script, please test me.

parent 017a12e4
Pipeline #18 canceled with stage
...@@ -14,7 +14,7 @@ TIME_ZONE = Europe/Paris ...@@ -14,7 +14,7 @@ TIME_ZONE = Europe/Paris
# PostgreSQL access # PostgreSQL access
DB_HOST = 127.0.0.1 DB_HOST = 127.0.0.1
DB_PORT = 5432 DB_PORT = 5432
DB_NAME = gargandb DB_NAME = gargandbV4
DB_USER = gargantua DB_USER = gargantua
DB_PASS = C8kdcUrAQy66U DB_PASS = C8kdcUrAQy66U
# Logs # Logs
......
...@@ -9,6 +9,7 @@ fi ...@@ -9,6 +9,7 @@ fi
curl -sSL https://get.haskellstack.org/ | sh curl -sSL https://get.haskellstack.org/ | sh
stack update stack update
stack upgrade
git clone ssh://git@gitlab.iscpif.fr:20022/gargantext/haskell-gargantext.git git clone ssh://git@gitlab.iscpif.fr:20022/gargantext/haskell-gargantext.git
...@@ -24,8 +25,8 @@ git clone https://github.com/np/patches-map ...@@ -24,8 +25,8 @@ git clone https://github.com/np/patches-map
git clone https://gitlab.com/npouillard/patches-class.git git clone https://gitlab.com/npouillard/patches-class.git
cd .. cd ..
stack docker pull ~/.local/bin/stack docker pull
stack --docker setup ~/.local/bin/stack --docker setup
stack --docker build ~/.local/bin/stack --docker build
stack --docker install ~/.local/bin/stack --docker 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