[Groonga-commit] ranguba/epub-searcher at 3f16b90 [master] Specify droonga-engine-port option of droonga-http-server

Back to archive index

KITAITI Makoto null+****@clear*****
Tue Dec 30 06:04:07 JST 2014


KITAITI Makoto	2014-12-30 06:04:07 +0900 (Tue, 30 Dec 2014)

  New Revision: 3f16b90956b241dff2fd7292b13b9063697b6750
  https://github.com/ranguba/epub-searcher/commit/3f16b90956b241dff2fd7292b13b9063697b6750

  Message:
    Specify droonga-engine-port option of droonga-http-server

  Modified files:
    Procfile

  Modified: Procfile (+1 -1)
===================================================================
--- Procfile    2014-12-30 06:02:55 +0900 (f58708d)
+++ Procfile    2014-12-30 06:04:07 +0900 (cfe4bd0)
@@ -1,2 +1,2 @@
 engine: cd db && bundle exec droonga-engine --host=$host --port=$engine_port --log-file=droonga-engine.log --pid-file=droonga-engine.pid
-http-server: export PATH=$PWD/node_modules/.bin:$PATH && cd db && droonga-http-server --receive-host-name=$host --port=$http_server_port --droonga-engine-host-name=$host --environment=development --cache-size=-1 --pid-file=droonga-http-server.pid
+http-server: export PATH=$PWD/node_modules/.bin:$PATH && cd db && droonga-http-server --receive-host-name=$host --port=$http_server_port --droonga-engine-host-name=$host --droonga-engine-port=$engine_port --environment=development --cache-size=-1 --pid-file=droonga-http-server.pid
-------------- next part --------------
HTML����������������������������...
다운로드 



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