Commit 4a80bd98 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DEVOPS] folder with scripts to help installation.

parent ab268184
#!/bin/bash
stack haddock --no-haddock-deps
......@@ -2,8 +2,6 @@
if git --version;
then
echo "git installed, ok"
......@@ -12,7 +10,7 @@ else
fi
sudo apt update
sudo apt install liblzma-dev libpcre3-dev libblas-dev liblapack-dev pkg-config libgsl-dev libbz2-dev postgresql postgresql-server-dev-9.6
sudo apt install liblzma-dev libpcre3-dev libblas-dev liblapack-dev pkg-config libgsl-dev libbz2-dev postgresql postgresql-server-dev-9.6 nginx
#echo "Which user?"
#read USER
......
jq < repo.json '.state |= map_values(map_values(length)) | .history |= length'
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