]> Git — Sourcephile - gargantext.git/blob - bin/gargantext_tmux
[FIX] Print phylo
[gargantext.git] / bin / gargantext_tmux
1 #!/bin/bash
2
3 tmux new -d -s gargantext './server' \; \
4 split-window -h -d 'cd ./purescript-gargantext ; ./server' \; \
5 select-pane -t 1 \; \
6 split-window -d 'cd deps/nlp/CoreNLP ; ./startServer.sh' \; \
7 split-window -d 'cd deps/nlp/spacy-server ; docker-compose up' \; \