Commit a4c5e24e authored by Romain Loth's avatar Romain Loth

turboparser: a more versatile launchServeur.sh

parent 4665a786
#!/bin/bash
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/srv/gargantext_lib/taggers/nlpserver/TurboParser/deps/local/lib:"
if [[ "$VIRTUAL_ENV" != "" ]]
then
source /srv/env_3-5/bin/activate
fi
export LD_LIBRARY_PATH=":/srv/gargantext_lib/taggers/nlpserver/TurboParser/deps/local/lib:"
source /srv/env_3-5/bin/activate
python server.py
python3 /srv/gargantext/gargantext/util/taggers/lib/nlpserver/server.py
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment