Last active
August 29, 2015 14:21
-
-
Save feyyazesat/18daf74bae3454919ff5 to your computer and use it in GitHub Desktop.
Revisions
-
feyyazesat revised this gist
May 26, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,7 +14,7 @@ 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 -
feyyazesat revised this gist
May 26, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,7 +14,7 @@ set :cache_path, fetch(:var_path) + "/cache" # Method used to set permissions (:chmod, :acl, or :chown) set :permission_method, fetch(:chmod) # Execute set permissions set :use_set_permissions, true -
feyyazesat created this gist
May 26, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ # 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