Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
177
Issues
177
List
Board
Labels
Milestones
Merge Requests
11
Merge Requests
11
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
4a80bd98
Commit
4a80bd98
authored
May 07, 2019
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DEVOPS] folder with scripts to help installation.
parent
ab268184
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
build-doc
devops/build-doc
+3
-0
debian-install
devops/debian-install
+1
-3
docker-install
devops/docker-install
+0
-0
stats.jq
devops/stats.jq
+1
-0
No files found.
devops/build-doc
0 → 100755
View file @
4a80bd98
#!/bin/bash
stack haddock
--no-haddock-deps
debian-install
→
de
vops/de
bian-install
View file @
4a80bd98
...
...
@@ -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
...
...
docker-install
→
d
evops/d
ocker-install
View file @
4a80bd98
File moved
devops/stats.jq
0 → 100755
View file @
4a80bd98
jq < repo.json '.state |= map_values(map_values(length)) | .history |= length'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment