Questions tagged [capifony]

Capifony is a deployment recipes collection that works with both symfony1 and Symfony2 applications. Capifony is based on Capistrano (open source tool for running scripts on multiple servers). It’s primary use is for easily deploying applications.

Capifony is a deployment recipes collection that works with both symfony1 and Symfony2 applications. Capifony is based on Capistrano (open source tool for running scripts on multiple servers). It’s primary use is for easily deploying applications.

Homepage: capifony.org

163 questions
1
vote
1 answer

Symfony2 + Capifony - Crash during deploying

I don't know what I do with that. I am trying to deploy Symfony 2 application 3 days. I also tried to use DeployBundle, but it didn't work cause windows and rsync problems. Now I am trying to use capifony again. The Capifony has tragic…
positive
  • 151
  • 2
  • 12
1
vote
0 answers

using capifony to copy remote database to local

In the capifony docs it shows that you can copy the remote database to a local copy. I don't know enough ruby to understand the error message though: `database:dump:remote' is only run for servers matching {:roles=>:db, :only=>{:primary=>true}},…
David
  • 10,418
  • 17
  • 72
  • 122
1
vote
0 answers

Capifony Error reading response length from authentication socket - linux

I have created a configuration on one machine (ubuntu) that works and checks out code from repo, now I try to duplicate the same configuration on another machine. I have configured ssh to the point when I can issue: ssh -Tv git@gihub.com And I get…
Janusz Grabis
  • 174
  • 1
  • 10
1
vote
0 answers

HHVM + symfony2 + capifony deployment error

Did anyone came across issues when deploying with capifony hhvm stack? I am getting errors just after vendors are done: Script Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::buildBootstrap handling the post-install-cmd event…
rat4m3n
  • 1,201
  • 2
  • 16
  • 23
1
vote
1 answer

Capifony: How to avoid composer install depedencies in symfony2

I don't need composer vendors update in 90% of deploys because i deploy many times per day. How to avoid composer install depedencies? I tested some parameters but always ends in ** [] Loading composer repositories with package information ** []…
smoreno
  • 3,129
  • 3
  • 32
  • 49
1
vote
1 answer

Capifony SSH Exception on windows - 998 error code

I am trying to setup Capifony to deploy on windows however when running cap deploy I get the following output. Spec ruby 2.0.0p481 capifony v2.7.0 The error message servers: ["homestead.app"] ** [deploy:update_code] exception while rolling back:…
Malachi
  • 33,142
  • 18
  • 63
  • 96
1
vote
2 answers

Capifony disabling the application

I'm trying to disable the website I deployed on my test server with Capifony. The maintenance.html file goes up, everything's ok with the web:disable/enable commands. My only problem is how to detect the maintenance file, and redirect to it using…
ZeeCoder
  • 1,001
  • 9
  • 17
1
vote
3 answers

Capifony rollback doesnt works

My Capifony setup works... I can deploy multiple versions... C:\xampp\htdocs\example>cap deploy --> Updating code base with remote_cache strategy --> Creating cache directory................................ --> Creating symlinks for shared…
PatrickB
  • 3,225
  • 5
  • 31
  • 55
1
vote
1 answer

The controller for URI is not callable, using annotations

I have a symfony2 controller that is returning 500, with this log entry: [2014-03-26 01:25:48] request.INFO: Matched route "searchtempestsite_direct_sponsored" (parameters: "_controller":…
Nathan Stretch
  • 1,028
  • 1
  • 11
  • 23
1
vote
0 answers

Capifony Doctrine Database migrations on Multiple servers

I am trying to run symfony doctrine migrations on multiple servers using capifony but it appears that it only executes the migrations on one server only. for example: This is how i set my servers addresses: role :web, …
M.N
  • 233
  • 1
  • 4
  • 13
1
vote
1 answer

How to re-use parameters file between Capifony releases?

On the docs page, it's mentioned that you can just create your app's parameters.yml file in the shared/app/config/ folder on remote server. Capifony should then symlink this file in as the real parameters.yml file. However when I run a deployment,…
Brian
  • 7,204
  • 12
  • 51
  • 84
1
vote
1 answer

Capifony deploy runs some commands against previous release

I'm running a Capifony deployment. However, I notice that Capifony's in-built commands are running against the previous release, whereas my custom commands are correctly targeting the current release. For example, if I run cap -d staging deploy, I…
Sam
  • 5,997
  • 5
  • 46
  • 66
1
vote
2 answers

Error with capifony deployment to FreeBSD system

I have a problem with uploading code to FreeBSD server. Deployment output: --> Updating code base with checkout strategy Password for user@server: --> Creating cache directory................................✔ --> Creating symlinks for shared…
ZhukV
  • 2,892
  • 6
  • 25
  • 36
1
vote
1 answer

How to pass options to capifony php command

To deploy one of my site I'm using the excelent tool called: http://capifony.org/ which is very handy, but today a composer update throws the error very similar to this:…
Karol F
  • 1,556
  • 2
  • 18
  • 33
1
vote
1 answer

'An error occurred when executing the "'cache:clear --no-warmup'" command' with capifony

I am trying to deploy with capifony, but when I run $ cap deploy It returns an error --> Updating code base with remote_cache strategy Password: --> Creating cache directory................................✔ --> Creating symlinks for shared…
whitebear
  • 11,200
  • 24
  • 114
  • 237