#!/bin/bash
tmux new -d -s gargantext './bin/scripts/server' \; \
split-window -h -d 'cd ./purescript-gargantext ; ./server' \; \
select-pane -t 1 \; \
split-window -d 'cd devops/docker/nlp/stanford/ ; docker-compose up' \; \
split-window -d 'cd deps/nlp/spacy-server ; docker-compose up' \; \
split-window -d './bin/scripts/start-worker' \; \
-
Alexandre Delanoë authored
[TESTED] Worker Tested and README info to create the database, launching and configuring it. Thank your Przemysław for this nice upgrade.
f349ba45