Kouhei Sutou
null+****@clear*****
Mon Nov 17 15:08:13 JST 2014
Kouhei Sutou 2014-11-17 15:08:13 +0900 (Mon, 17 Nov 2014) New Revision: abe51f1df8160b33d7299266785062ce8c4522d8 https://github.com/groonga/groonga-admin/commit/abe51f1df8160b33d7299266785062ce8c4522d8 Message: Describe how to install from package Modified files: README.md Modified: README.md (+24 -1) =================================================================== --- README.md 2014-11-17 15:06:30 +0900 (9278367) +++ README.md 2014-11-17 15:08:13 +0900 (248469b) @@ -8,7 +8,30 @@ just publish Groonga Admin by HTTP server provided by Groonga. ## Install -TODO +Download the latest archive from http://packages.groonga.org/source/groonga-admin/ . + +Extract the archive. Then you get `groonga-X.Y.Z/` directory and find `groonga-X.Y.Z/html/` directory. + +Mount the `html/` directory in your Groonga HTTP server. + +For +[groonga-server-http](http://groonga.org/docs/server/package.html#groonga-server-http), +add the following line to your `/etc/groonga/groonga.conf`: + + admin-html-path = /PATH/TO/groonga-admin-X.Y.Z/html + +Then restart your groonga-server-http and access to http://localhost:10041/ . + +For +[groonga-httpd](http://groonga.org/docs/server/package.html#groonga-httpd), +use the following configuration in your `groonga-httpd.conf`: + + location / { + root /PATH/TO/groonga-admin-X.Y.Z/html; + index index.html; + } + +Then restart your groonga-httpd and access to http://localhost:10041/ . ## For developers -------------- next part -------------- HTML����������������������������...Download