[Groonga-commit] droonga/droonga.org at 4e31d28 [gh-pages] Add description about droonga engine

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Apr 28 11:31:03 JST 2014


YUKI Hiroshi	2014-04-28 11:31:03 +0900 (Mon, 28 Apr 2014)

  New Revision: 4e31d28c87f6f4170f19d720fb3e0c3de1d1c73d
  https://github.com/droonga/droonga.org/commit/4e31d28c87f6f4170f19d720fb3e0c3de1d1c73d

  Message:
    Add description about droonga engine

  Modified files:
    tutorial/groonga/index.md

  Modified: tutorial/groonga/index.md (+3 -3)
===================================================================
--- tutorial/groonga/index.md    2014-04-28 11:25:38 +0900 (c8b9874)
+++ tutorial/groonga/index.md    2014-04-28 11:31:03 +0900 (f5d59dc)
@@ -59,12 +59,12 @@ Assume that you have two computers: `192.168.0.10` and `192.168.0.11`.
         # apt-get install -y ruby ruby-dev build-essential nodejs npm
     
  2. Install a gem package `droonga-engine`, *on each computer*.
-    It is the core component.
+    It is the core component provides most features of Droonga system.
     
         # gem install droonga-engine
     
  3. Install an npm package `droonga-http-server`, *on each computer*.
-    It is the frontend component, and required to translate HTTP requests to Droonga's native one.
+    It is the frontend component required to translate HTTP requests to Droonga's native one.
     
         # npm install -g droonga-http-server
     
@@ -107,7 +107,7 @@ You can run Groonga as an HTTP server with the option `-d`, like:
 
 On the other hand, you have to run two servers for each Droonga node to use your Droonga cluster via HTTP.
 
-To start required services, run commands like following on each Droonga node:
+To start them, run commands like following on each Droonga node:
 
     # cd ~/droonga
     # host=192.168.0.10
-------------- next part --------------
HTML����������������������������...
Download 



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