[Groonga-commit] groonga/groonga-admin at 2147014 [master] Add README for developers

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 23 10:42:53 JST 2014


Kouhei Sutou	2014-10-23 10:42:53 +0900 (Thu, 23 Oct 2014)

  New Revision: 21470143b6a0697d7b537b9a8d4cc6c64da6e548
  https://github.com/groonga/groonga-admin/commit/21470143b6a0697d7b537b9a8d4cc6c64da6e548

  Message:
    Add README for developers

  Added files:
    README.md

  Added: README.md (+54 -0) 100644
===================================================================
--- /dev/null
+++ README.md    2014-10-23 10:42:53 +0900 (c2ca13b)
@@ -0,0 +1,54 @@
+# Groonga Admin
+
+Groonga Admin is a Web UI to administrate Groonga.
+
+Groonga Admin is based on client site technologies such as HTML,
+JavaScript and CSS. So you don't need to install server process. You
+just publish Groonga Admin by HTTP server provided by Groonga.
+
+## Install
+
+TODO
+
+## For developers
+
+### Install
+
+Install tools:
+
+    % sudo npm install -y yo generator-angular grunt-cli bower
+    % sudo gem install  compass
+
+Clone repository:
+
+    % git clone git �� github.com:groonga/groonga-admin.git
+    % cd groonga-admin
+    % npm install
+    % bower install
+
+Run Groonga HTTP server. There are some ways to run Groonga HTTP
+server.
+
+  * Use package
+  * Run from command line
+  * Use Groonga HTTP server run on other host
+
+Use package:
+
+    % sudo apt install -y groonga-server-http
+
+Run from command line:
+
+    % groonga --protocol http -s /path/to/database
+
+Use Groonga HTTP server run on other host: Do nothing. You have a work
+on running Groonga Admin.
+
+Run Groonga Admin:
+
+    % grunt server
+
+If you want to use Groonga HTTP server run on `groonga.example.com`,
+run Groonga Admin as by the following command line:
+
+    % GROONGA_HOST=groonga.example.com grunt server
-------------- next part --------------
HTML����������������������������...
Descargar 



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