What is WordPress?
WordPress is a popular open-source blog engine written in PHP.
 The guide below shows how to run it in Virtuoso.
          Install VAD
      - Start virtuoso db using the hosting_php.so ( .dll for win users).
 In oder to use this plugin, it needs to be included in your virtuoso ini file as follows: 
 
 ...
[Plugins]
# for ex. here the location of the plugins is the plugin folder
LoadPath = ./plugin
...
Load6    = Hosting,hosting_php.so
...
 
 
- Setup "Local Virtuoso" DSN (note the empty space in the name!) in order to access any of the application URLs.
        - For windows users, please perform the following steps: 
                  - Go to Start >> Settings >> Control Panel >> Administrative Tools >> Data Sources (ODBC) 
- Go to tab "User DSN" and click "Add" 
- Select the "OpenLink Virtuoso (version)" driver and click "Finish" 
- Enter "Name": Local Virtuoso
- Enter "Description": My Local Virtuoso
- For "Server", enter your Virtuoso's hostname and ISQL port, e.g., localhost:1116
- Click "Next" 
- Enter a username for "Login ID", e.g., dba
- Enter the user's "Password".
 For dba, the default password is dba
- Click "Next" 
- Click "Finish".
 
 
- From ISQL execute: 
 
 SQL> DB.DBA.VAD_INSTALL('tmp/wordpress_fs.vad',0);
 
 
          Configuration
          - After you have successfully installed the WordPress wordpress_fs.vad package, access the WordPress home page: http://host:port/WordPress in order to continue the installation process 
- Proceed with the installation offered by the UI 
- When finished run the rdf view script WordPress_rdf_views_script.sql, .
          RDF View Script
      - After you have installed the WordPress wordpress_fs.vad package and from the WordPress UI the configuration is finished, from ISQL execute the WordPress_rdf_views_script.sql file, which contains the RDF Views scripts for WordPress: 
 
 isql localhost:1116 dba dba WordPress_rdf_views_script.sql
 
 
              - You can also find the WordPress RDF Views scripts  here.
 
          URI Schemes
 http://<your-instance-cname>/WordPress/user/<ods-user-id>
          Download
          - You can download the WordPress VAD package from here.
          References
        
          See Also