Skip to content

Commit

Permalink
Update installation guide for Ubuntu to use .deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 28, 2012
1 parent cba0e92 commit 999fcca
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions docs/install/index.md
Expand Up @@ -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:

Expand Down

0 comments on commit 999fcca

Please sign in to comment.