-
Should have installed capistrano_rsync_with_remote_cache-2.4.0.gem:
sudo gem install capistrano_rsync_with_remote_cache -
I've updated the file
/lib/symfony.rbadding new variable calledrelease_subfolderThe reason to do that, is I currently have the symfony2 project as a subfolder in the git repo, so, when capifony executes the git clone, all the action should run under this folder
run "#{try_sudo} sh -c 'cd #{latest_release}#{release_subfolder} && SYMFONY_ENV=#{symfony_env_prod} #{composer_bin} update #{options}'" -
To install the custom version of capifony, do:
gem build capifony.gemspecsudo gem install capifony-{version}.dev.gem
forked from everzet/capifony
-
Notifications
You must be signed in to change notification settings - Fork 0
Deploying symfony and Symfony2 Applications with Capistrano
License
trepafi/capifony
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Deploying symfony and Symfony2 Applications with Capistrano
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Ruby 98.1%
- Shell 1.9%