]>
Git — Sourcephile - gargantext.git/blob - bin/gargantext_tmux
3 tmux new
-d -s gargantext
'./server' \
; \
4 split-window -h -d 'cd ./purescript-gargantext ; ./server' \
; \
6 split-window -d 'cd deps/nlp/CoreNLP ; ./startServer.sh' \
; \
7 split-window -d 'cd deps/nlp/spacy-server ; docker-compose up' \
; \