https://bugzilla.wikimedia.org/show_bug.cgi?id=29337

--- Comment #2 from John <[email protected]> 2011-07-06 13:19:41 UTC ---
Sorry for reopening the bug/issue but i can't manage to install it.

Is there any more detailed documentation?

I have SMW 1.5.6 not from SVN.. so the previous rdfapi should work or not?

Moreover you mention to add these:

smwgDefaultStore = 'SMWSparqlStore';
$smwgSparqlDatabase = 'SMWSparqlDatabase';
$smwgSparqlQueryEndpoint = 'http://localhost:8080/sparql/';
$smwgSparqlUpdateEndpoint = 'http://localhost:8080/update/';
$smwgSparqlDataEndpoint = 'http://localhost:8080/data/';

but where should the /sparql /update and /data should redirect? currently
inside the netapi directory i have:

/var/www/mediawiki/extensions/SemanticMediaWiki/libs/rdfapi-php/netapi$ ls
add.php          config.inc      css            fetch.php   netapi.php        
rdql.php    simple.rdf  spo.php    sush.xml
apache.htaccess  config.inc.php  employees.rdf  model1.rdf  netapi.php.backup 
remove.php  sparql.php  sush1.xml

and my apache configuration looks like:

 Alias /sparql
"/var/www/mediawiki/extensions/SemanticMediaWiki/libs/rdfapi-php/netapi/"

        <Directory
"/var/www/mediawiki/extensions/SemanticMediaWiki/libs/rdfapi-php/netapi">
                 Options Indexes MultiViews FollowSymLinks
                 AllowOverride All
                 Order deny,allow
                 Deny from all
                 Allow from all
                 RedirectMatch ^/$ netapi.php
                #AuthType Digest
                #AuthName swissex
                #AuthDigestProvider file
                #AuthUserFile "/etc/httpd/conf/passwords"
                #Require valid-user
        </Directory>


        Alias /rdfapi
"/var/www/mediawiki/extensions/SemanticMediaWiki/libs/rdfapi-php/"

        <Directory
"/var/www/mediawiki/extensions/SemanticMediaWiki/libs/rdfapi-php">
                Options Indexes MultiViews FollowSymLinks
                 AllowOverride None
                 Order deny,allow
                 Deny from all
                Allow from all
        </Directory>


Any help is appreciated.. or any more detailed documentation.. I am kind of
lost with all these.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to