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
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
Christian Merten
haskell-gargantext
Commits
b9d2f967
Commit
b9d2f967
authored
May 18, 2020
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ADM] install script
parent
15692a29
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
debianPkgs
devops/debian/debianPkgs
+4
-4
deps
devops/debian/deps
+1
-1
No files found.
devops/debian/debianPkgs
View file @
b9d2f967
...
...
@@ -5,14 +5,14 @@ if git --version;
then
echo
"git installed, ok"
else
sudo
apt update
&&
sudo
apt
install
git
sudo
apt update
&&
sudo
apt
install
-y
git
fi
sudo
apt update
sudo
apt
install
liblzma-dev libpcre3-dev libblas-dev liblapack-dev pkg-config libgsl-dev libbz2-dev postgresql nginx libpq-dev libigraph0-dev
sudo
apt
install
-y
liblzma-dev libpcre3-dev libblas-dev liblapack-dev pkg-config libgsl-dev libbz2-dev postgresql nginx libpq-dev libigraph0-dev
# Phylo management
sudo
apt
install
graphviz
sudo
apt
install
-y
graphviz
sudo
apt
install
postgresql-server-dev-11
sudo
apt
install
-y
postgresql-server-dev-11
devops/debian/deps
View file @
b9d2f967
...
...
@@ -6,7 +6,7 @@ cd clustering-louvain-cplusplus
cd
..
sudo
apt
install
default-jdk
sudo
apt
install
-y
default-jdk
wget https://dl.gargantext.org/coreNLP.tar.bz2
tar
xvjf coreNLP.tar.bz2
# ./startServer.sh
...
...
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