Navigation Menu

Skip to content

Commit

Permalink
Run the server by "service" command on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 29, 2012
1 parent 8404cc6 commit 8c0ce79
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/tutorial/index.md
Expand Up @@ -120,7 +120,12 @@ We use the domain whose name is `example` in this tutorial.

### Start Groonga CloudSearch server

Run Groonga CloudSearch server by `gcs` command:
If you are on Ubuntu, run Groonga CloudSearch server as a service by the
following command:

$ sudo service gcs start

Otherwise, run the server by `gcs` command:

$ gcs

Expand Down

0 comments on commit 8c0ce79

Please sign in to comment.