如何执行Docker Virtuoso-Sparql-Endpoint-QuickStart?

发布于 2025-02-01 17:58:02 字数 715 浏览 3 评论 0原文

我想使用Virtuoso-Sparql-Endpoint-Quickstart。

我执行以下按以下定义中定义的执行以下

git clone https://github.com/dbpedia/virtuoso-sparql-endpoint-quickstart.git
cd virtuoso-sparql-endpoint-quickstart
COLLECTION_URI=https://databus.dbpedia.org/dbpedia/collections/latest-core VIRTUOSO_ADMIN_PASSWD=YourSecretPassword docker-compose up

执行想问什么是virtuoso_admin_passwd = yoursecretpassword。我的意思是我可以在哪里创建这样的密码。然后,第三个命令集合...生成:

'collection_uri'未被认为是内部或外部命令,可操作程序或批处理文件。

指出我在Windows上。

如果我在git bash中执行上述命令,我将获得最后一个命令:

unexpected character "." in variable name near ".env"

I want to use virtuoso-sparql-endpoint-quickstart.

I execute the following as defined in virtuoso-sparql-endpoint-quickstart

git clone https://github.com/dbpedia/virtuoso-sparql-endpoint-quickstart.git
cd virtuoso-sparql-endpoint-quickstart
COLLECTION_URI=https://databus.dbpedia.org/dbpedia/collections/latest-core VIRTUOSO_ADMIN_PASSWD=YourSecretPassword docker-compose up

First I want to ask what it must be the VIRTUOSO_ADMIN_PASSWD=YourSecretPassword. I mean where I can create such a password. Then, the third command COLLECTION... generates:

'COLLECTION_URI' is not recognized as an internal or external command, operable program or batch file.

Noting that I am on Windows.

If I execute the above commands in git bash, I get for the last command the following:

unexpected character "." in variable name near ".env"

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

遗失的美好 2025-02-08 17:58:02

virtuoso-sparql-endpoint-quickstart readme 似乎回答了您有关在该项目中设置Virtuoso Admin密码的问题。

有关virtuoso-sparql-endpoint-QuickStart的进一步特定于项目的问题(例如,最好在Windows上使用它,似乎尚未记录下来),这可能是最好的直接在该项目上提出

The virtuoso-sparql-endpoint-quickstart README appears to answer your question about setting the Virtuoso Admin Password within that project.

Further project-specific questions about the virtuoso-sparql-endpoint-quickstart (such as how best to use it on Windows, which does not appear to have been documented yet) would probably be best raised directly on that project.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文