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
0
votes
2 answers

Error in capifony after installation

I am trying to use capifony deployment tool for deploying Symfony2 based project. Everything worked fine on Ubuntu 14.04. My staging server is CentOS and this is the error that I am seeing there: [user@apache2 Symfony]$ cap…
Damir Mitrovic
  • 618
  • 1
  • 5
  • 14
0
votes
0 answers

Not deploying symfony project because the post-update-cmd event terminated with an exception

I will deploy my symfony project of my server with capifony. Capifony is configured to install composer and update the vendors. When I run cap deploy I have this error: Script Incenteev\ParameterHandler\ScriptHandler::buildParameters handling…
n1c01a5
  • 88
  • 9
0
votes
1 answer

Capistrano deploy fails with sudden permission problems

I've been successfully deploying my symfony2 app for months running 'cap deploy'. I haven't changed anything in deploy.rb or on the server. Suddenly it is failing due to permissions. ** [←[31mout :: example.com←[0m] rm: cannot remove…
hipnosis
  • 618
  • 1
  • 8
  • 13
0
votes
1 answer

Symfony Capifony Setting stage during deployment

While deploying a Symfony application using Capifony I am having issues changing the stage while issuing commands. I would like to push my database from production to beta when deploying. This is my attempt at doing this. Here is the beta.rb…
nux
  • 153
  • 1
  • 8
0
votes
1 answer

Capifony Net::SSH::AuthenticationFailed

hope you can help me to solve this out. On the deploy server, I have created a user deploy and uploaded the public key of my localhost to the server's home/users/deploy/.ssh/authorized_keys However everytime I ran cap deploy:setup, localhost…
Hoang Lam
  • 434
  • 1
  • 8
  • 24
0
votes
2 answers

Capifony task deploy:update_code failed extracting file

I'm trying to deploy my application to a 1&1 shared hosting with Capifony. I'm using the deploy_via: 'copy' strategy. My deployment fails at the deploy:update_code task. capifony output: --> Updating code base with copy strategy * getting (via…
0
votes
4 answers

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

Capifony cap deploy fails when clearing cache. These are the logs. I have tried many things such as doing app/console cache:clear on server and local. Could you help me? $ cap staging deploy --> Updating code base with remote_cache strategy -->…
whitebear
  • 11,200
  • 24
  • 114
  • 237
0
votes
2 answers

How to warmup cache as :webserver_user using capifony?

When I deploy my Symfony2 application I encounter an obstacle: I have to connect to a server as user foo but apache runs as user www-data. I want to use cache warmup but then app/cache/prod is created by user foo not by www-data which can be later…
0
votes
1 answer

Symfony 2.3: can't persuade Capifony to install vendors with Composer

I've just completed an upgrade from Symfony2 2.0 to 2.3.4. This is now working on my local dev server and I'm looking to deploy it with Capifony. A big change with Symfony is away from /bin/vendor toward Composer for managing dependencies. I've…
Adam Knowles
  • 492
  • 5
  • 14
0
votes
1 answer

To do certain action after deployment

I am using capifony (it is capistrano for symfony) to deply. I have to do some work after deployment such as changing access rights for some directories. chmod 0777 test For now I am doing this by manual operation. Could I include this in my…
whitebear
  • 11,200
  • 24
  • 114
  • 237
0
votes
1 answer

capifony think i'm using Symfony 1

i'm trying to deploy a new site and i don't understand why i have some weird errors. My first error is: Users/Epok/.rvm/gems/ruby-1.9.3-p448/gems/capifony-2.2.10/lib/capifony_symfony1.rb:40:in `read': No such file or directory - config/databases.yml…
Epok
  • 661
  • 1
  • 8
  • 16
0
votes
2 answers

Symfony 2, Capistrano reports successful deployment but releases folder is empty

I seem to have a problem getting a Capifony deployment of a Symfony 2 application to a remote server working as expected. After running cap deploy the output from capifony indicates a successful deployment but when I look in the application folder…
newbie
  • 408
  • 1
  • 4
  • 14
0
votes
2 answers

Need application to deploy my software to clients (symfony2)

i am looking for some piece of software that would be able to deploy my symfony2 application to a customer, i tried capifony but it seems that it's a big hassle to deploy to different host with different settings. I hope i have provided enough…
Maxim
  • 3,836
  • 6
  • 42
  • 64
0
votes
2 answers

Capifony (Capistrano) asks for github credentials when trying to deploy Symfony2 app

I am trying to put my website in production with capifony (capistrano) symfony2 app Everything goes well but at some point it asks about Github credentials for private repos. here is my error [out :: web-dev.domain.com] Could not fetch …
Antonio Peric
  • 246
  • 1
  • 2
  • 13
0
votes
1 answer

Installing vendors and assetic with Capifony and Syfmony2

I am trying to deploy my Symfony2 project to server with capifony but i got this error: * 2013-06-25 16:22:19 executing `symfony:assets:install' --> Installing bundle's assets * executing "sh -c 'cd /home/user1/releases/20130625142202 && php…
Antonio Peric
  • 246
  • 1
  • 2
  • 13
1 2 3
10
11