[Groonga-commit] groonga/gcs.groonga.org [gh-pages] Add instructions for gcs-console installation

Back to archive index

Yoji SHIDARA null+****@clear*****
Thu Nov 29 13:02:39 JST 2012


Yoji SHIDARA	2012-10-25 18:23:18 +0900 (Thu, 25 Oct 2012)

  New Revision: cf2d13ce979b96cad56aff95c8331f156aa5a23c
  https://github.com/groonga/gcs.groonga.org/commit/cf2d13ce979b96cad56aff95c8331f156aa5a23c

  Merged d2b6f8b: Merge commit 'ffe3b71c12c910ea018456a12c692ff19fd7309a'

  Log:
    Add instructions for gcs-console installation

  Modified files:
    _config.yml
    docs/install/index.md

  Modified: _config.yml (+1 -0)
===================================================================
--- _config.yml    2012-10-25 15:43:13 +0900 (a47329e)
+++ _config.yml    2012-10-25 18:23:18 +0900 (ea4e52f)
@@ -4,3 +4,4 @@ author: Groonga CloudSearch project
 url: http://gcs.groonga.org
 gcs_version: 1.3.0
 gcs_release_date: 2012-10-29
+gcs_console_version: 1.0.0

  Modified: docs/install/index.md (+45 -1)
===================================================================
--- docs/install/index.md    2012-10-25 15:43:13 +0900 (2a1b91b)
+++ docs/install/index.md    2012-10-25 18:23:18 +0900 (c28716b)
@@ -37,6 +37,13 @@ the following command:
 
 If you got {{ site.gcs_version }}, Groonga CloudSearch is installed successfully! Yey!
 
+The all-in-one package also includes `gcs-console`, the administrative web interface server for Groonga CloudSearch. You can confirm the version of Groonga CloudSearch Console by the following command:
+
+    $ gcs-console --version
+    {{ site.gcs_console_version}}
+
+If you've got {{site.gcs_console_version}}, `gcs-console` is successfully installed!
+
 ## CentOS 6 {#centos}
 
 (CentOS 5 isn't supported because Python 2.5 or later is required.)
@@ -69,6 +76,17 @@ the following command:
 
 If you got {{ site.gcs_version }}, Groonga CloudSearch is installed successfully! Yey!
 
+Groonga CloudSearch Console (`gcs-console`), the administrative web interface server for Groonga CloudSearch is provided as a separated package from `gcs`. You can install it as follows:
+
+    sudo npm install -y -g gcs-console
+
+Now you can confirm the version of Groonga CloudSearch Console by the following command:
+
+    $ gcs-console --version
+    {{ site.gcs_console_version}}
+
+If you've got {{site.gcs_console_version}}, `gcs-console` is successfully installed!
+
 ## Ubuntu 12.04 LTS (Precise Pangolin) {#ubuntu}
 
 We have apt repositories that provide softwares required by Groonga
@@ -102,6 +120,17 @@ the following command:
 
 If you got {{ site.gcs_version }}, Groonga CloudSearch is installed successfully! Yey!
 
+Groonga CloudSearch Console (`gcs-console`), the administrative web interface server for Groonga CloudSearch is provided as a separated package from `gcs`. You can install it as follows:
+
+    sudo apt-get install -y -g gcs-console
+
+Now you can confirm the version of Groonga CloudSearch Console by the following command:
+
+    $ gcs-console --version
+    {{ site.gcs_console_version}}
+
+If you've got {{site.gcs_console_version}}, `gcs-console` is successfully installed!
+
 ### Service mode
 
 After installation, you can start the Groonga CloudSearch server as a service
@@ -109,7 +138,11 @@ After installation, you can start the Groonga CloudSearch server as a service
 
     $ sudo service gcs start
 
-The service works as a process of the `gcs` user.
+You can start Groonga CloudSearch Console as a service (daemon), with the default port (7576):
+
+    $ sudo service gcs-console start
+
+These services works as a process of the `gcs` user.
 
 ## Others {#others}
 
@@ -130,3 +163,14 @@ the following command:
     {{ site.gcs_version }}
 
 If you got {{ site.gcs_version }}, Groonga CloudSearch is installed successfully! Yey!
+
+Groonga CloudSearch Console (`gcs-console`), the administrative web interface server for Groonga CloudSearch is provided as a separated package from `gcs`. You can install it as follows:
+
+    sudo npm install -y -g gcs-console
+
+Now you can confirm the version of Groonga CloudSearch Console by the following command:
+
+    $ gcs-console --version
+    {{ site.gcs_console_version}}
+
+If you've got {{site.gcs_console_version}}, `gcs-console` is successfully installed!
-------------- next part --------------
HTML����������������������������...
Download 



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