Features/Semantic Web/Testing: Difference between revisions

m format section heading for transclusion
Cgueret (talk | contribs)
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
It is possible to test SemanticXO on both an XO-1 or a desktop PC. However, it is recommended to use an XO-1 are the installation is easier on these and they are used as a primary target for all the development.
=== On an XO-1 running the software [http://wiki.laptop.org/go/Release_notes/12.1.0 12.1.0] ===
* Go to http://git.sugarlabs.org/semanticxo/main/trees/master/patch_my_xo
* Put the files "setup.sh" and "semanticxo.tar.gz" somewhere on the XO
* Login as root, set setup.sh to be executable and type "./setup.sh setup". This will install the API of SemanticXO, the triple store and two demo activities
* Reboot
=== On a desktop PC ===  
=== On a desktop PC ===  
This is a step by step intruction guide to test the triple store based Journal backend. It assumes that all the packages for sugar are available and the sugar-emulator is running.
This is a step by step intruction guide to test the triple store based Journal backend. It assumes that all the packages for sugar are available and the sugar-emulator is running.
Line 4: Line 15:
* Download and install RedStore
* Download and install RedStore
Follow the instructions on http://www.aelius.com/njh/redstore/ to download and install RedStore on the test machine. It should also be possible to use other triple stores such as Virtuoso or OWLIM as long as a SPARQL 1.1 compliant service is accessible on the port 8080.
Follow the instructions on http://www.aelius.com/njh/redstore/ to download and install RedStore on the test machine. It should also be possible to use other triple stores such as Virtuoso or OWLIM as long as a SPARQL 1.1 compliant service is accessible on the port 8080.
* Install the dependencies for SemanticXO
** RDFLib http://code.google.com/p/rdflib/
** SPARQLWrapper http://sparql-wrapper.sourceforge.net/


* Download and install the code from SemanticXO
* Download and install the code from SemanticXO