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
146
Issues
146
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
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
711d8fab
Commit
711d8fab
authored
Aug 23, 2023
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ADMIN] script and dcoker nlp
parent
567e4075
Pipeline
#4521
failed with stages
in 5 minutes and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
gargantext_tmux
bin/gargantext_tmux
+1
-1
docker-compose.yaml
devops/docker/nlp/stanford/docker-compose.yaml
+11
-0
No files found.
bin/gargantext_tmux
View file @
711d8fab
...
...
@@ -3,5 +3,5 @@
tmux new
-d
-s
gargantext
'./server'
\;
\
split-window
-h
-d
'cd ./purescript-gargantext ; ./server'
\;
\
select
-pane
-t
1
\;
\
split-window
-d
'cd de
ps/nlp/CoreNLP ; ./startServer.sh
'
\;
\
split-window
-d
'cd de
vops/docker/nlp/stanford/ ; docker-compose up
'
\;
\
split-window
-d
'cd deps/nlp/spacy-server ; docker-compose up'
\;
\
devops/docker/nlp/stanford/docker-compose.yaml
0 → 100644
View file @
711d8fab
version
:
'
3'
services
:
corenlp
:
#image: 'cgenie/corenlp-garg:latest'
image
:
'
cgenie/corenlp-garg:4.5.4'
ports
:
-
9000:9000
volumes
:
js-cache
:
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