Skip to content

Latest commit

 

History

History

Software Environment

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

1.a Installation of Virtuoso on a Windows machine

  • Download the Virtuoso Open Source (VOS) for Windows distribution. Preferably version 7.2 for 64-bit machines which is available here.

Virtuoso setup1

  • Run the installer as administrator and accept the defaults. The default installation is shown below:

Virtuoso setup2

  • With this default installation as example:

    • Go to the system environment variables and add C:\Program Files\OpenLink Software\Virtuoso OpenSource 7.2\bin and C:\Program Files\OpenLink Software\Virtuoso OpenSource 7.2\lib to the system PATH variable.
    • Crete a new system variable VIRTUOSO_HOME with value C:\Program Files\OpenLink Software\Virtuoso OpenSource 7.2\
  • Open the ODBC Data Sources (64-bit) tool in control panel, go to Tab System DSN and create a new data source selecting the Virtuoso (Open Source) driver. Press Finish to start the configuration.

Virtuoso setup3

  • Fill the first configuration screen as follows. Do NOT put http:// or https:// in front of the server address.

Virtuoso setup4

  • In the next screen, fill-in your user name and password and press Next:

Virtuoso setup5

  • A connection should be established. Change the default database to ESTAT and press Finish.

  • Restart your system. You should be able to connect to the database using pyodbc. In the call to connect() replace "user name" and "password" with your credentials, all within the connection string.

Virtuoso setup7

1.b Installation of a docker image of Virtuoso

  • Create the docker image using the docker-compose up docker-compose.yml. The docker-compose.yml is in the Docker Images folder.

2. Connect to the Virtuoso server

In a browser go to http://localhost:8890 and on the Virtuoso frontend/GUI click on Conductor login using the username dba and the password defined in the docker-compose.yml file (the default password is dba).

Virtuoso conductor

3. Virtuoso user parameters

Go to System Admin/User accounts , to be able to launch SPARQL queries, please edit the user account for the 'SPARQL' user as such :

Virtuoso User account edit

Virtuoso User account page

Save the changes.