Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
Allen Lee
haskell-gargantext
Commits
7bfa864e
Commit
7bfa864e
authored
Nov 19, 2018
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Install] Script install update (docker by default).
parent
d6d14824
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
33 deletions
+11
-33
install
install
+11
-5
install-via-docker
install-via-docker
+0
-28
No files found.
install
View file @
7bfa864e
#!/bin/bash
# On Debian:
# sudo apt-get update && sudo apt-get install libpcre3-dev libbz2-dev
if
docker version
;
then
:
else
curl
-sSL
https://get.docker.com/ | sh
fi
curl
-sSL
https://get.haskellstack.org/ | sh
stack update
...
...
@@ -16,9 +19,12 @@ mkdir deps
cd
deps
git clone ssh://git@gitlab.iscpif.fr:20022/gargantext/clustering-louvain.git
git clone https://github.com/np/servant-job.git
git clone https://github.com/np/patches-map
git clone https://gitlab.com/npouillard/patches-class.git
cd
..
stack setup
stack build
stack
install
stack docker pull
stack
--docker
setup
stack
--docker
build
stack
--docker
install
install-via-docker
deleted
100755 → 0
View file @
d6d14824
#!/bin/bash
if
docker version
;
then
:
else
curl
-sSL
https://get.docker.com/ | sh
fi
curl
-sSL
https://get.haskellstack.org/ | sh
stack update
git clone ssh://git@gitlab.iscpif.fr:20022/gargantext/haskell-gargantext.git
cd
haskell-gargantext
git clone ssh://git@gitlab.iscpif.fr:20022/gargantext/purescript-gargantext
mkdir
deps
cd
deps
git clone ssh://git@gitlab.iscpif.fr:20022/gargantext/clustering-louvain.git
git clone https://github.com/np/servant-job.git
cd
..
stack docker pull
stack
--docker
setup
stack
--docker
build
stack
--docker
install
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