Commit d22876cb authored by Alexandre Delanoë's avatar Alexandre Delanoë

[INSTALL] Fix.

parent 51daa074
...@@ -9,30 +9,31 @@ else ...@@ -9,30 +9,31 @@ else
echo "Docker has been installed" echo "Docker has been installed"
echo "Configure your user rights:" echo "Configure your user rights:"
echo " sudo usermod -a -G docker $USER" echo " sudo usermod -a -G docker $USER"
echo " or : adduser $(whoami) docker"
fi fi
curl -sSL https://get.haskellstack.org/ | sh curl -sSL https://get.haskellstack.org/ | sh
stack update stack update
stack upgrade stack upgrade
git clone ssh://git@gitlab.iscpif.fr:20022/gargantext/haskell-gargantext.git git clone https://gitlab.iscpif.fr/gargantext/haskell-gargantext.git
cd haskell-gargantext cd haskell-gargantext
git clone ssh://git@gitlab.iscpif.fr:20022/gargantext/purescript-gargantext git clone https://gitlab.iscpif.fr/gargantext/purescript-gargantext
mkdir deps mkdir deps
cd deps cd deps
git clone ssh://git@gitlab.iscpif.fr:20022/gargantext/clustering-louvain.git git clone https://gitlab.iscpif.fr/gargantext/clustering-louvain.git
git clone https://github.com/np/servant-job.git git clone https://github.com/np/servant-job.git
git clone https://github.com/np/patches-map 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 ..
~/.local/bin/stack docker pull stack docker pull
~/.local/bin/stack --docker setup stack --docker setup
~/.local/bin/stack --docker build stack --docker build
~/.local/bin/stack --docker install stack --docker install
# Database configuration # Database configuration
......
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