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"
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.