Changes between Version 6 and Version 7 of VirutuosoQuickPrimer

Show
Ignore:
Timestamp:
2010/02/14 14:54:06 (14 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VirutuosoQuickPrimer

    v6 v7  
    1919}}} 
    2020 
     21Build it (for 20-60 min.) 
    2122{{{ 
    2223$ ./configure 
    23 $ make -j4 
    24 $ make -j4 
     24$ make -j2 
     25$ make -j2 
    2526$ make check 
    2627$ make install 
     
    3031 
    3132= Startup = 
    32 Set up a database directory. 
     33Set up a database directory (/some/where/db). 
    3334{{{ 
    3435$ mkdir /some/where/db 
     
    3940Boot 
    4041{{{ 
     42$ pwd 
     43/some/where/db 
    4144$ /usr/local/virtuoso-opensource/bin/virtuoso-t -f 
    4245}}} 
     46 
     47Open http://localhost:8890 by your web browser. 
    4348 
    4449 
     
    6065See [wiki:DDBJ-KEGG-PDBj#Howtoloaddatatovirtuoso] 
    6166 
     67 
    6268= Facet search setup = 
    63  
    64   
    65  
    66 = Add full-text index and ranking = 
     69== Add full-text index and ranking == 
    6770 
    6871{{{ 
     
    7073$ /usr/local/virtuoso-opensource/bin/isql 1110 dba dba fct-index.sql 
    7174}}} 
     75 
     76== Install the fct package == 
     77Install the fct VAD package to activate the facet search at http://localhost:8890/fct 
     78  
     79 1. Login as dba user / dba password at http://localhost:8890/conductor/ 
     80 2. Go System admin tab. 
     81 3. GO Packages sub-tab. 
     82 4. Install the fct package. 
     83