Version 6 (modified by admin, 15 years ago) |
---|
This page describes brief summary how to set up a Virtuoso 6.0.0 server with the Facet search configuration.
Installation
Check out the source code via CVS
$ cvs -d:pserver:anonymous@virtuoso.cvs.sourceforge.net:/cvsroot/virtuoso co -r VOS-6_1_0 virtuoso-opensource
223 MB files
$ du -sh * 223M virtuoso-opensource/
$ cd virtuoso-opensource $ sh autogen.sh
$ ./configure $ make -j4 $ make -j4 $ make check $ make install $ ls /usr/local/virtuoso-opensource
Startup
Set up a database directory.
$ mkdir /some/where/db $ cd /some/where/db $ cp /usr/local/virtuoso-opensource/var/lib/virtuoso/db/virtuoso.ini .
Boot
$ /usr/local/virtuoso-opensource/bin/virtuoso-t -f
Startup with RAMDISK
Use Bio2RDF dump db
- Download a virtuoso version 6.0 dump db file form http://quebec.bio2rdf.org/download/virtuoso/V6/
- Rename the dump db as "virtuoso.db" then deply at the db directory.
- That's it
$
Loading RDF
See DDBJ-KEGG-PDBj#Howtoloaddatatovirtuoso
Facet search setup
Add full-text index and ranking
$ /usr/local/virtuoso-opensource/bin/isql 1110 dba dba fct-init.sql $ /usr/local/virtuoso-opensource/bin/isql 1110 dba dba fct-index.sql
Attachments
- fct-init.sql (1.1 KB) - added by admin 15 years ago.
- fct-index.sql (128 bytes) - added by admin 15 years ago.
- Virtuoso Application Deployment.jpg (108.7 KB) - added by admin 15 years ago.
-
fct-index-6_1_0.sql
(196 bytes) - added by akinjo
15 years ago.
making index for facet search with virtuoso 6.1.0