欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
MnoGoSearch
来自开放百科 - 灰狐
(版本间的差异)
第6行: | 第6行: | ||
==安装指南== | ==安装指南== | ||
− | tar -zxf mnogosearch-x.x.x.tar.gz | + | 1. tar -zxf mnogosearch-x.x.x.tar.gz |
− | sh$ ./configure --with-mysql | + | 2. sh$ ./configure --with-mysql |
or | or | ||
sh$ ./configure --with-pgsql | sh$ ./configure --with-pgsql | ||
or | or | ||
− | sh$ ./configure --with-mysql --with-pgsql --with-freetds | + | sh$ ./configure --with-mysql --with-pgsql --with-freetds --with-extra-charset=big5,gb2312 |
+ | 3. make | ||
+ | 4. make install | ||
+ | 5. 创建数据库 | ||
+ | MySQL: sh$ mysqladmin create mnogosearch | ||
+ | PostgreSQL: sh$ createdb mnogosearch | ||
+ | Copy indexer.conf-dist into indexer.conf: cp indexer.conf-dist indexer.conf | ||
+ | 修改 indexer.conf | ||
+ | 6. 创建表 | ||
+ | ./indexer -Ecreate | ||
+ | 7. 安装脚本 | ||
+ | copy search.cgi to cgi-bin 目录 | ||
+ | 或者 make an Apache alias to mnoGoSearch's bin directory. | ||
[[Image:mnogo468x60.gif]] | [[Image:mnogo468x60.gif]] |
2006年11月24日 (五) 10:16的版本
mnoGoSearch 是一个为MySQL等数据库服务器提供高速搜索功能的工具软件,可以应用在小型的Internet服务器上,如果你的服务器是使用MySQL的,这个工具您也应该使用,因为它可以加速你搜索MySQL的速度!
安装指南
1. tar -zxf mnogosearch-x.x.x.tar.gz 2. sh$ ./configure --with-mysql or sh$ ./configure --with-pgsql or sh$ ./configure --with-mysql --with-pgsql --with-freetds --with-extra-charset=big5,gb2312 3. make 4. make install
5. 创建数据库
MySQL: sh$ mysqladmin create mnogosearch PostgreSQL: sh$ createdb mnogosearch Copy indexer.conf-dist into indexer.conf: cp indexer.conf-dist indexer.conf 修改 indexer.conf
6. 创建表
./indexer -Ecreate
7. 安装脚本
copy search.cgi to cgi-bin 目录 或者 make an Apache alias to mnoGoSearch's bin directory.
分享您的观点