[Groonga-commit] ranguba/epub-searcher at 49eb4c7 [master] Use "export" as a separated command

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Oct 15 11:38:50 JST 2014


Kouhei Sutou	2014-10-15 11:38:50 +0900 (Wed, 15 Oct 2014)

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

  Message:
    Use "export" as a separated command

  Modified files:
    Procfile

  Modified: Procfile (+1 -1)
===================================================================
--- Procfile    2014-10-15 09:58:19 +0900 (4f4f90e)
+++ Procfile    2014-10-15 11:38:50 +0900 (e27d656)
@@ -1,2 +1,2 @@
 engine: cd db && bundle exec droonga-engine --host=127.0.0.1 --log-file=droonga-engine.log --pid-file=droonga-engine.pid
-http-server: export PATH=./node_modules/.bin:$PATH cd db && droonga-http-server --port=13000 --receive-host-name=127.0.0.1 --droonga-engine-host-name=localhost --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 --port=13000 --receive-host-name=127.0.0.1 --droonga-engine-host-name=localhost --environment=development --cache-size=-1 --pid-file=droonga-http-server.pid
-------------- next part --------------
HTML����������������������������...
Download 



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