Hi,
i’m striving to capistranize a foo app on DH.
Everything is hosted on DH to simplify a bit :
- svn repository (http access)
- the application
- the DB
I used the recipe of Jamis B. modified by Geoffrey Grosenbach which
you can find here : http://nubyonrails.com/pages/shovel_dreamhost
I did the least modifications possible. As recommended.
-
When I launch the ‘rake deploy’ it appears that the reaper and
spawner script are not correctly “chmoded”, neither is executable. So I
get an error message “permission denied”. -
Anyway I connect thru ssh and do the work manually :
chmod +x reaper
chmod +x spawner
./reaper --dispatcher=dispatch.fcgi
and the response is :
Couldn’t find any process matching: dispatch.fcgi
By the way, the dispatch.* files are not executable but chmoding them
doesn’t change the response (it is perhaps obvious)
Any idea ?
Didier