From 999fcca9483f2c72a0e9b3559efe9177b3304026 Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Tue, 28 Aug 2012 18:11:15 +0900 Subject: [PATCH] Update installation guide for Ubuntu to use .deb package --- docs/install/index.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/docs/install/index.md b/docs/install/index.md index 14467e5..bf2513e 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -87,18 +87,11 @@ Install GPG key for the apt repository: sudo apt-get -y --allow-unauthenticated install groonga-keyring sudo apt-get update -Install required softwares: - - sudo apt-get install -y libgroonga-dev npm make g++ pkg-config - sudo npm install -y -g node-gyp - -Install Groonga CloudSearch: +Install the Groonga CloudSearch and depending libraries via the package "gcs": - sudo npm install -y -g gcs - -You have `gcs` command that starts Groonga CloudSearch service in -`/usr/local/bin/` directory. + sudo apt-get install -y gcs +Then you have `gcs` command that starts Groonga CloudSearch service. To confirm that Groonga CloudSearch is installed successfully, type the following command: