[Groonga-commit] groonga/gcs [master] Fix instructions for hosts configuration

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 28日 (木) 15:31:06 JST


Yoji SHIDARA	2012-06-28 15:31:06 +0900 (Thu, 28 Jun 2012)

  New Revision: 9b89c73d69d1e8ca62459008e404f9d714a8109c
  https://github.com/groonga/gcs/commit/9b89c73d69d1e8ca62459008e404f9d714a8109c

  Log:
    Fix instructions for hosts configuration

  Modified files:
    bin/gcs-import-examples

  Modified: bin/gcs-import-examples (+2 -2)
===================================================================
--- bin/gcs-import-examples    2012-06-28 15:19:19 +0900 (73afa02)
+++ bin/gcs-import-examples    2012-06-28 15:31:06 +0900 (2ccafac)
@@ -10,8 +10,8 @@ Prerequsites:
 
 1) You need to direct 'doc-example-example.localhost' and 'search-example-example.localhost' to 127.0.0.1 before trying this example. To do so:
 
-$ sudo sh -c 'echo "127.0.0.1 doc-companies-example.localhost" >> /etc/hosts'
-$ sudo sh -c 'echo "127.0.0.1 search-companies-example.localhost" >> /etc/hosts'
+$ sudo sh -c 'echo "127.0.0.1 doc-example-example.localhost" >> /etc/hosts'
+$ sudo sh -c 'echo "127.0.0.1 search-example-example.localhost" >> /etc/hosts'
 
 2) You need to run gcs on port 3000. Just run gcs command without any options.
 
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



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