[Groonga-commit] droonga/droonga.org at 8a4c211 [gh-pages] Add Install document

Back to archive index

Yoji Shidara null+****@clear*****
Mon Nov 18 12:49:16 JST 2013


Yoji Shidara	2013-11-18 12:49:16 +0900 (Mon, 18 Nov 2013)

  New Revision: 8a4c211bc6bf4444e178a318b9864890b91396aa
  https://github.com/droonga/droonga.org/commit/8a4c211bc6bf4444e178a318b9864890b91396aa

  Message:
    Add Install document

  Modified files:
    install/index.md

  Modified: install/index.md (+38 -1)
===================================================================
--- install/index.md    2013-11-18 12:25:32 +0900 (188086a)
+++ install/index.md    2013-11-18 12:49:16 +0900 (6b98f4d)
@@ -3,4 +3,41 @@ title: Install
 layout: documents
 ---
 
-TODO: Write me.
+* TOC
+{:toc}
+
+# Overview
+
+Droonga consists of two packages: [fluent-plugin-droonga][] and [express-droonga][].
+
+## Dependencies
+
+### Ruby
+
+[fluent-plugin-droonga][] requires [Ruby][].
+
+### Node.js
+
+[express-droonga][] requires [Node.js][].
+
+
+# Ubuntu 13.10
+
+## Install dependencies
+
+    sudo apt-get install -y ruby ruby-dev build-essential nodejs npm
+
+## Install fluent-plugin-droonga
+
+    sudo gem install fluent-plugin-droonga
+
+## Install express-droonga
+
+    sudo npm install express-droonga
+
+Now you are ready for building your own data processing system with Droonga. See [tutorial](/tutorial/) to get started.
+
+  [Ruby]: http://www.ruby-lang.org/
+  [Node.js]: http://nodejs.org/
+  [fluent-plugin-droonga]: https://github.com/droonga/fluent-plugin-droonga
+  [express-droonga]: https://github.com/droonga/express-droonga
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index