[Groonga-commit] droonga/log-search at 5d8a864 [master] Add how to configure droonga-http-server for log-search system

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Nov 20 15:52:11 JST 2014


YUKI Hiroshi	2014-11-20 15:52:11 +0900 (Thu, 20 Nov 2014)

  New Revision: 5d8a8647f7752f6f0a6ea7abb8f7ab5331af20d7
  https://github.com/droonga/log-search/commit/5d8a8647f7752f6f0a6ea7abb8f7ab5331af20d7

  Message:
    Add how to configure droonga-http-server for log-search system

  Modified files:
    README.md

  Modified: README.md (+10 -0)
===================================================================
--- README.md    2014-11-20 15:27:40 +0900 (05b54c3)
+++ README.md    2014-11-20 15:52:11 +0900 (9331abc)
@@ -25,6 +25,16 @@ Steps to try the log-search system:
 Use `droonga-engine` and `droonga-http-server` instead of `groonga`.
 Then the log-search system automatically uses the Droonga cluster as its backend.
 
+To configure `droonga-http-server` for the log-search system, use `10041` as the port, specify the path to the `droonga-admin` directory as the document root, and disable the response cache.
+For example:
+
+~~~
+% sudo droonga-http-server-configure \
+         --port 10041 \
+         --document-root /usr/share/groonga/html/groonga-admin \
+         --cache-size 0
+~~~
+
 ## How to construct nodes with Ubuntu server
 
 Descriptions in the page above is written for CentOS servers.
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index