Hi guys,
Im currently working in cloud9 and from my cloud9 I run Stardog. I want to use the:
$ stardog-admin db create -n myDatabase file.ttl
But when I run it I get a message: "Unable to connect to server at http://localhost:5820 Connection refused (Connection refused)."
Now I will note that since it is running on my cloud9 the localhost is https://title-owner.c9users.io:8082/
So the PORT is 8082 in c9 for Stardog.
So is there anyone who has some experience with doing this in cloud9?