deltaphi-soft


Deutsch:    (english)
Installationshinweise für mnogosearch 3.2.22 mit mysql 4.0.18, Apache2 und SuSE 9.1

Lade mnogosearch-3.2.22-mysql-i686-pc-linux-gnu-dynamic.tar.gz herunter!
Lese auch die Dokumentation unter www.mnogosearch.org/doc/ !
Erzeuge das Verzeichnis /usr/local/mnogosearch
Entpacke das Tar-Archiv in das neue Verzeichnis!
Erzeuge eine Datenbank mit mysqladmin create mnogosearch
Gehe ins Verzeichnis /usr/local/mnogosearch/etc/
Kopiere folgende Dateien:
cp indexer.conf-dist indexer.conf
cp langmap.conf-dist langmap.conf
cp search.htm-dist search.htm
cp searchd.conf-dist searchd.conf
cp stopwords.conf-dist stopwords.conf
Editiere die folgenden Dateien nach deinem Bedarf und passe jeweils die folgende Zeile an:
DBAddr    mysql://foo:bar@localhost/mnogosearch/?socket=/var/lib/mysql/mysql.sock
foo steht für den Login-Namen, bar für das Passwort der Datenbank:
(die Angabe hinter dem ? ist eine Anpassung an SuSE 9.1)
indexer.conf
search.htm
searchd.conf
gehe ins Verzeichnis /usr/local/mnogosearch/bin
und rufe folgenden Befehl auf:
./indexer -Ecreate
Damit werden die benötigten Tabellen angelegt.
Kopiere die search.cgi in dein cgi-bin Verzeichnis oder lege in Apache einen Alias auf dein mnoGoSearch bin Verzeichnis an!

English:   (deutsch)

download mnogosearch-3.2.22-mysql-i686-pc-linux-gnu-dynamic.tar.gz !
Read also the documentation on www.mnogosearch.org/doc/ !
Create directory /usr/local/mnogosearch
Unzip and Untar the tar-archive into this new directory!
Create database with:  mysqladmin create mnogosearch
Move to /usr/local/mnogosearch/etc/
Copy this:

cp indexer.conf-dist indexer.conf
cp langmap.conf-dist langmap.conf
cp search.htm-dist search.htm
cp searchd.conf-dist searchd.conf
cp stopwords.conf-dist stopwords.conf

Edit the following files by your needs and change this Row:
DBAddr    mysql://foo:bar@localhost/mnogosearch/?socket=/var/lib/mysql/mysql.sock
foo stand for the login-name, bar for the password of the database:
(the content behind the ? is a adaption to  SuSE 9.1)
indexer.conf
search.htm
searchd.conf
move to directory /usr/local/mnogosearch/bin
und execute this:
./indexer -Ecreate
With this the tabels will created.
Copy search.cgi to your web-server cgi-bin directory or make Apache alias to mnoGoSearch bin directory!