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
153
Issues
153
List
Board
Labels
Milestones
Merge Requests
12
Merge Requests
12
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
f3f1a0ba
Commit
f3f1a0ba
authored
Dec 13, 2019
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ADMIN] dependences.
parent
dea7b403
Pipeline
#662
canceled with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
deps
devops/debian/deps
+13
-0
install
devops/debian/install
+2
-0
No files found.
devops/debian/deps
0 → 100755
View file @
f3f1a0ba
#!/bin/bash
git clone https://gitlab.iscpif.fr/gargantext/clustering-louvain-cplusplus.git
cd
clustering-louvain-cplusplus
./install
cd
..
wget https://dl.gargantext.org/coreNLP.tar.bz2
tar
xvjf coreNLP.tar.bz2
# ./startServer.sh
devops/debian/install
View file @
f3f1a0ba
...
...
@@ -15,6 +15,8 @@ then
echo
"git installed, ok"
else
sudo
apt update
&&
sudo
apt
install
git
git config
--global
user.email
"contact@gargantext.org"
git config
--global
user.name
"Gargantua"
fi
sudo
apt update
...
...
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