[Groonga-commit] groonga/gcs.groonga.org [gh-pages] install: Mac OS X user should set PATH

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 5日 (木) 12:03:04 JST


Kouhei Sutou	2012-07-05 12:03:04 +0900 (Thu, 05 Jul 2012)

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

  Log:
    install: Mac OS X user should set PATH

  Modified files:
    docs/install/index.md

  Modified: docs/install/index.md (+7 -2)
===================================================================
--- docs/install/index.md    2012-07-05 11:52:30 +0900 (74564de)
+++ docs/install/index.md    2012-07-05 12:03:04 +0900 (c38a5ad)
@@ -22,12 +22,17 @@ extract it. You don't need to install Xcode and so on.
     tar xvzf gcs-1.0.0.tar.gz
 
 You have `gcs` command that starts Groonga CloudSearch service in
-`gcs-1.0.0/` directory.
+`gcs-1.0.0/` directory. Add the absolute path to `gcs-1.0.0/`
+directory to `PATH` environment variable. Here are commands for bash
+user to do it:
+
+    echo "PATH=\"$PWD/gcs-1.0.0:\$PATH\"" >> ~/.bash_login
+    exec bash -l
 
 To confirm that Groonga CloudSearch is installed successfully, type
 the following command:
 
-    $ gcs-1.0.0/gcs --version
+    $ gcs --version
     1.0.0
 
 If you got 1.0.0, Groonga CloudSearch is installed successfully! Yey!
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
下载 



Groonga-commit メーリングリストの案内
Back to archive index