[Groonga-commit] groonga/gcs.groonga.org [gh-pages] Add install document

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 21日 (木) 18:26:23 JST


Kouhei Sutou	2012-06-21 18:26:23 +0900 (Thu, 21 Jun 2012)

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

  Log:
    Add install document
    
    It's not completed yet.

  Added files:
    install.md

  Added: install.md (+25 -0) 100644
===================================================================
--- /dev/null
+++ install.md    2012-06-21 18:26:23 +0900 (3c97233)
@@ -0,0 +1,25 @@
+---
+layout: default
+---
+
+## Install
+
+### Mac OS X
+
+    curl -O http://packages.groonga.org/gcs/macosx/gcs-1.0.0.tar.gz
+    tar xvzf gcs-1.0.0.tar.gz
+    cd gcs-1.0.0
+    ./gcs
+
+### Debian
+
+    sudo apt-get install groonga npm
+    sudo npm install -g gcs
+    gcs
+
+### CentOS
+
+    sudo yum install groonga
+    # How to install npm?
+    sudo npm install -g gcs
+    gcs
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



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