From 0125b18d44c962b2561126e1dd61a3e256d67e51 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 20 Jun 2014 01:43:01 +0200 Subject: Add prodigy service for picturefix development --- .emacs.d/init.el | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index acaa5b9..52ea389 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1125,6 +1125,15 @@ from myaethon2.core.decorators import ( :cwd "~/projects/work/photension/picturefix" :path '("~/.rbenv/shims") :tags '(work) + :kill-signal 'sigkill) + + (prodigy-define-service + :name "Picturefix" + :command "bundle" + :args '("exec" "rails" "s") + :cwd "~/projects/work/photension/picturefix" + :path '("~/.rbenv/shims") + :tags '(work) :kill-signal 'sigkill)) (stante-after python-environment -- cgit v1.2.3-54-g00ecf