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

Deploy to a different server using capifony

I'm using Symfony 2.3.4 and Capifony I found this post but it doesn't work for me. Anybody knows or has implemented something similar?
Lt.
  • 1,268
  • 1
  • 13
  • 28
1
vote
1 answer

Capifony: How to remove all .svn directories when deploying via copy?

I would like to add a post deployment command for Capifony to delete all the .svn directories after a fresh deployment but I can't find any examples or documentation. How is this done?
Fo.
  • 3,752
  • 7
  • 28
  • 44
1
vote
1 answer

capifony deploy issue with symfony 2

I have to instance of my application with two stage each on the server. instance1 - master - staging instance2 - master - staging To deploy to instance 1 I use master1 branch and master2 for instance2. everything was working well…
sedigo
  • 125
  • 2
  • 11
1
vote
1 answer

Symfony2 + Capifony rolling back error

I configured Capifony to deploy to my remote servers and when I deploy project I get some error after capifony has execution an rolling back operation. But after capifony executed symfony:composer:dump_autoload action and consequently it dump…
Webeith
  • 303
  • 1
  • 7
1
vote
2 answers

Symfony2 RuntimeException: The autoloader expected class "Doctrine\DBAL\Driver\PDOMySql\Driver" to be defined

I've deployed my site to my development server using Capifony and although it has been deployed correctly when I go the the site i.e dev.xyz.co.uk/app_dev.php I get the following error: RuntimeException: The autoloader expected class…
user1961082
  • 1,015
  • 17
  • 41
1
vote
1 answer

Symfony2 Capifony Permission denied error when deploying

I'm using Capifony to deploy my Symfony2 application to my server and have been using it for a few months now. However, today when I deployed to my server I suddenly started getting permission denied errors! I've never had these before and I haven't…
user1961082
  • 1,015
  • 17
  • 41
1
vote
1 answer

Capistrano deployment can't copy files

I have a project I'm trying to deploy with capistrano. It's PHP, so we're using capifony. The problem is that the source code is never checked out and saved to the server. Here's part of the output from a deploy: executing locally: "git ls-remote…
Paul Shealy
  • 734
  • 3
  • 8
1
vote
1 answer

Class not found on server , workes well on local

I am using symfony2.1 ,github and capfony(for deployment) When I start the project these combination works very well. However,Since I added SonataUserBundle and FOSUserbundle to project cap deploy command returns error such as PHP Fatal error: …
whitebear
  • 11,200
  • 24
  • 114
  • 237
1
vote
1 answer

How to deploy a Symfony2.1 local website to a remote server using capifony [Net::SSH::AuthenticationFailed]?

I have my Symfony2.1 website folder in /Sites/mywebsite and there is git in it. I would like to use capifony to fast deploy my website to my remote server (I'm currently using ftp). So I install capifony, and initiate capifony in my project using…
Reveclair
  • 2,399
  • 7
  • 37
  • 59
1
vote
2 answers

Failed to create symbolic link

I'm trying to deploy my "develop" branch to my development server but when I run cap development deploy, I get the following error: executing "ln -nfs /var/www/xyz.co.uk/shared/web/media /var/www/xyz.co.uk/releases/20130311143220/web/media" …
user1961082
  • 1,015
  • 17
  • 41
1
vote
1 answer

cap deploy fail at assets step

I try to use capifony to deploy my Symfony 2 app on my ubuntu server but it fail when I use cap deploy I got the following error: --> Installing bundle's assets..............................✘ *** [err :: mysite.com] PHP Warning: …
Tib
  • 2,553
  • 1
  • 27
  • 46
1
vote
1 answer

Assets installing error when deploy symfony2 with capifony

Im trying to deploy a symfony2 project with capifony. I get the following error: --> Updating code base with rsync_with_remote_cache strategy --> Creating cache directory................................✔ --> Creating symlinks for shared…
pixelsucht
  • 228
  • 2
  • 8
1
vote
0 answers

Capifony, weird vendor deployment breakage

I am having difficulties with my vendor folder. I am using Symfony 2.1.x running the latest release of capifony. Every time i try to deploy it works fine, everything goes as it should. But when i try to view my site it sais that it can't find…
Maxim
  • 3,836
  • 6
  • 42
  • 64
1
vote
1 answer

Capifony error failed: "sh -c 'git

I am trying to deploy my symfony 2 application with capifony, i've read the documentation but i can't seem to find the solution for my error. failed: "sh -c 'git clone -q git@***.org:***/***.git public_html/new/releases/20121214201830 && cd…
Maxim
  • 3,836
  • 6
  • 42
  • 64
1
vote
1 answer

Redefined symfony root project

I took over a project with a file structure similar to this: Project / conf / symfony / app / src / ... scripts other folders ... I am interested in capifony recently and I tried to set up capifony…
Kevlys
  • 136
  • 1
  • 10