Droongaは主に、droonga-engineとdroonga-http-serverの2つのコンポーネントから構成されています。
Droongaは便利なインストールスクリプトを提供しています。
スクリプトをダウンロードして、bash
を使ってroot権限で実行して下さい:
# curl https://raw.githubusercontent.com/droonga/droonga-engine/master/install.sh | \
bash
# curl https://raw.githubusercontent.com/droonga/droonga-http-server/master/install.sh | \
bash
サービスがインストールされた後は、systemctl
コマンドを使って起動・終了することができます:
# systemctl start droonga-engine
# systemctl stop droonga-engine
# systemctl start droonga-http-server
# systemctl stop droonga-http-server
以上で、Droongaベースのデータ処理システムを構築する準備が整いました。ここから先はチュートリアルを参照して下さい。
注意: 今の所、インストールスクリプトは以下の環境でのみ動作します:
droonga-engineはRubyを必要とします。
droonga-http-serverはNode.jsを必要とします。