[groonga-dev,02357] Re: 管理画面を改良したい!

Back to archive index

Kouhei Sutou kou****@clear*****
2014年 5月 26日 (月) 12:33:24 JST


須藤です。

In <CADYyGbBeGtugsV0Uab2c69mz=Ku1x8gHf48FHCYFXqFaUE=now****@mail*****>
  "[groonga-dev,02355] Re: 管理画面を改良したい!" on Sun, 25 May 2014 23:12:39 +0900,
  Kurihara Masaaki <post****@ruler*****> wrote:

> 管理画面フロントエンドやりたいです!

おぉ!とても助かります!

> とりあえずソース見たいのですが。
> どうすればいいでしょうか?
> ソースの場所をおしえてください!

↓にあります!

  https://github.com/groonga/groonga/tree/master/data/html/admin

手元で動かす場合は、Groongaがローカルにインストールされてい
る前提(*)で、こうです。

(*) インストール方法: http://groonga.org/ja/docs/install.html

リポジトリーの用意:

  % git clone https://github.com/groonga/groonga.git
  % cd groonga

テスト用のデータベース作成:

  % mkdir -p db
  % groonga -n db/db quit

起動:

  % groonga --protocol http --document-root data/html/admin -s db/db

これでhttp://localhost:10041/にアクセスすると
管理画面であるdata/html/admin/index.htmlが表示されます。


よろしくお願いします!


-- 
須藤 功平 <kou****@clear*****>
株式会社クリアコード <http://www.clear-code.com/>

Groongaサポート:
  http://groonga.org/ja/support/
パッチ採用:
  http://www.clear-code.com/recruitment/
コードリーダー育成支援:
  http://www.clear-code.com/services/code-reader/




groonga-dev メーリングリストの案内
Back to archive index