Difference between revisions of "Mnogo"

From Alessandro's Wiki
(Created page with " * mnogosearch is an indexing open-source software: http://www.mnogosearch.org == HOWTO == * I compiled the software, needing some dependencies as development packages: mysql...")
(No difference)

Revision as of 07:31, 22 September 2011

HOWTO

  • I compiled the software, needing some dependencies as development packages:
 mysql png zlib
  • configuring the source :

{{{

./configure --with-mysql --with-zlib --with-openssl  --enable-ftp --enable-mp3 --enable-mysql-fulltext-plugin  --prefix=/var/www/search/mnogo
make && make install 

}}}

* creating template DB:

{{{ /var/www/search/mnogo/sbin# ./indexer -Ecreate '/var/www/search/mnogo/share/mysql/create.blob.sql' dbtype=2 dbmode=6

[...] SQL>

15 queries sent, 15 succeeded, 0 failed

}}}

first run

* the path must be specified, an it is  /var/www/search/mnogo/sbin/
* running the indexer:
indexer
* running the Blob-ize script:
indexer -Eblob

configure additional options

* the server table option could be useful to get the list of sites to index from a database.
 * ServerTable mysql://user:pass@host/dbname/tablename
* --with-openssl support
*  --with-zlib             for HTTP Content-Encoding support
*  --disable-mp3           disable MP3 tags support
*  --disable-file          disable file:/ URL scheme support
*  --disable-http          disable http:// URL scheme support
*  --disable-ftp           disable ftp:// URL scheme support
*  --disable-news          disable news:// URL schema support
*  --enable-efence         enable Electricfence memory debugger support
*  --enable-memdebug       enable internal memory debugger support
*  --enable-mysql-fulltext-plugin  enable MySQL-5.1 fulltext plugin interface
* Unsupported Content-Type 'image/png'