Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix paths of hets-server #1

Open
eugenk opened this issue Mar 15, 2016 · 0 comments
Open

fix paths of hets-server #1

eugenk opened this issue Mar 15, 2016 · 0 comments

Comments

@eugenk
Copy link

eugenk commented Mar 15, 2016

#!/bin/bash

export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
export HETS_LIB=/opt/hets-lib
export HETS_MAGIC=/opt/hets/lib/hets.magic # => /opt/hets-server/lib/hets.magic
export HETS_OWL_TOOLS=/opt/hets/lib/hets-owl-tools # => /opt/hets-server/lib/hets-owl-tools
export HETS_APROVE=$HETS_OWL_TOOLS/AProVE.jar
export HETS_ONTODMU=$HETS_OWL_TOOLS/OntoDMU.jar
export PELLET_PATH=/usr/sbin/pellet
exec "/opt/hets-server/bin/hets-server-bin" "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant