sinve yesterday I am doing my deployment with capistrano 1.2.0, rails
1.1.6 and litespeed webserver 2.2.
The deployment via rake remote:deploy works.
But there is still one problem:
How can I change the user and the file permissions for everything that
is deployed automatically?
e.g. I want everything to belong to "www-data" and the file permission
should be ug=rwx
What is the best way to do this?
Feurio
I think your answer will help me do what I want, but there still
something I didn´t get...
this kind of after_update_code task ... is it executed automatically
after the update_code task?
Feurio
Great.
Feurio
Tom