*Facts:*
CentOS
Litespeed Web Server (not Apache; set to follow sym links for the 'current' 
directory)
Deploying a PHP app
Using a jailed shell account
Capistrano v2.14.1 (sudo is off, ssh forward agent is on for using my keys 
when pulling from Github)

*Symptoms:*
I have "my_deploy_folder" on the root directory of the server.  

When I set the deploy_to variable to "my_deploy_folder", it works, but all 
the symlinks made are wrong because they're relative and not absolute. 

When I set the deploy_to variable to "/my_deploy_folder", I get write 
permission errors from "cap deploy:check" like so:

--> `/my_deploy_folder/releases' does not exist. Please run `cap 
deploy:setup'. (example.com)
--> You do not have permissions to write to `/my_deploy_folder'. 
(example.com)
--> You do not have permissions to write to `/my_deploy_folder/releases'. 
(example.com)
--> `/my_deploy_folder/shared' is not writable (example.com)

The folders are there. Any ideas as to what I need to change?

-- 
-- 
* You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
* To post to this group, send email to [email protected]
* To unsubscribe from this group, send email to 
[email protected] For more options, visit this group at 
http://groups.google.com/group/capistrano?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to