semantic-systems / NLIWOD

Collection of tools, utilities, datasets and approaches towards realising natural language interfaces for the Web of Data.
GNU Affero General Public License v3.0
94 stars 32 forks source link

Hardcoding of paths in deploy scripts #41

Closed prasanthhs closed 7 years ago

prasanthhs commented 7 years ago

Is it possible to change to Environment variables instead of fixed hardcoded absolute path? (z.B /home/datascience/.....). WE have to manually change path to run scripts in case code is not created in that path.

RicardoUsbeck commented 7 years ago

Please point to the files

prasanthhs commented 7 years ago

Sorry for the incomplete information. Files are fuseki_new.ttl and fuseki_text.ttl. Fuseki_text.ttl gets called on deployment without docker and returns error due to missing initial path.

rrichajalota commented 7 years ago

The path has been changed in both the files, so it should work now. :)

RicardoUsbeck commented 7 years ago

please test and close

rrichajalota commented 7 years ago

Yeah I tested it. Works for me!

RicardoUsbeck commented 7 years ago

@prasanthhs does it also work for you?

That's what I actually meant :)