Skip to content

Instantly share code, notes, and snippets.

@feyyazesat
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save feyyazesat/18daf74bae3454919ff5 to your computer and use it in GitHub Desktop.
Save feyyazesat/18daf74bae3454919ff5 to your computer and use it in GitHub Desktop.
Overrides...
# Symfony bin path
set :bin_path, "bin"
# Symfony var path
set :var_path, "var"
# Symfony console path
set :symfony_console_path, fetch(:bin_path) + "/console"
# Symfony log path
set :log_path, fetch(:var_path) + "/logs"
# Symfony cache path
set :cache_path, fetch(:var_path) + "/cache"
# Method used to set permissions (:chmod, :acl, or :chown)
set :permission_method, "chmod"
# Execute set permissions
set :use_set_permissions, true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment