Commit fb0179cc authored by Romain Loth's avatar Romain Loth

turboparser: a more versatile launchServeur.sh

parent 97874b33
#!/bin/bash #!/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:" python3 /srv/gargantext/gargantext/util/taggers/lib/nlpserver/server.py
source /srv/env_3-5/bin/activate
python 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