Changes between Version 6 and Version 7 of VirutuosoQuickPrimer
- Timestamp:
- 2010/02/14 14:54:06 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VirutuosoQuickPrimer
v6 v7 19 19 }}} 20 20 21 Build it (for 20-60 min.) 21 22 {{{ 22 23 $ ./configure 23 $ make -j 424 $ make -j 424 $ make -j2 25 $ make -j2 25 26 $ make check 26 27 $ make install … … 30 31 31 32 = Startup = 32 Set up a database directory .33 Set up a database directory (/some/where/db). 33 34 {{{ 34 35 $ mkdir /some/where/db … … 39 40 Boot 40 41 {{{ 42 $ pwd 43 /some/where/db 41 44 $ /usr/local/virtuoso-opensource/bin/virtuoso-t -f 42 45 }}} 46 47 Open http://localhost:8890 by your web browser. 43 48 44 49 … … 60 65 See [wiki:DDBJ-KEGG-PDBj#Howtoloaddatatovirtuoso] 61 66 67 62 68 = Facet search setup = 63 64 65 66 = Add full-text index and ranking = 69 == Add full-text index and ranking == 67 70 68 71 {{{ … … 70 73 $ /usr/local/virtuoso-opensource/bin/isql 1110 dba dba fct-index.sql 71 74 }}} 75 76 == Install the fct package == 77 Install 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