[Groonga-commit] ranguba/epub-searcher at a709bf2 [master] Use `npm bin` to detect node bin path

Back to archive index

KITAITI Makoto null+****@clear*****
Fri Sep 18 16:56:13 JST 2015


KITAITI Makoto	2015-09-18 16:56:13 +0900 (Fri, 18 Sep 2015)

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

  Message:
    Use `npm bin` to detect node bin path

  Modified files:
    Procfile

  Modified: Procfile (+1 -1)
===================================================================
--- Procfile    2015-09-15 20:52:12 +0900 (cfe4bd0)
+++ Procfile    2015-09-18 16:56:13 +0900 (1f914f2)
@@ -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 --droonga-engine-port=$engine_port --environment=development --cache-size=-1 --pid-file=droonga-http-server.pid
+http-server: cd db && $(npm bin)/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