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

Deploying symfony project with capifony

I am getting the following error when I run Cap Deploy.. --> Creating cache directory................................✔ --> Creating symlinks for shared directories................✔ --> Creating symlinks for shared files......................✔ -->…
user1140176
  • 115
  • 13
0
votes
1 answer

Why have I to delete current and releases to make Capistrano work on nginx?

I use Capistrano 3 and its plugin capistrano/symfony to deploy my Symfony application on a webserver. This server uses Nginx under Debian 8. When I run cap prod deploy, the script works. I can see my new release on /var/www/myapp/releases.…
maxime
  • 1,993
  • 3
  • 28
  • 57
0
votes
1 answer

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

Sorry for my english, im french. I have issue with deployment. I deploy one time on my server but i can't deploy a second time. This error message : [Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException] The service…
0
votes
0 answers

cap deploy "Rolling back changes: c7d5b15 - Walter Hop: Update author field" when Updating Parameters - Capifony

It was working fine a few hours ago, but now it freezes when Updating Parameters with the next message at first: "Rolling back changes: c7d5b15 - Walter Hop: Update author field" Now, with verbose version it just shows: "Rolling back changes:" and…
0
votes
0 answers

Capifony error when rolling back

I have been using Capifony to deploy my application and everything works fine. However, when there's an error during the deploy, it rolls back and the rollback fails. *** [deploy:update_code] rolling back * executing "sudo -p 'sudo password: ' rm…
ana-lu
  • 269
  • 1
  • 3
  • 12
0
votes
1 answer

Capifony fails deploying

I'm using Capifony to deploy a symfony 2 application, but i got the following error : executing "ln -nfs /home/mypath/shared/ /home/mypath/releases/20150902151722/" servers: ["MY.IP.NU.BER"] [MY.IP.NU.BER] executing command ** [out :: MY.IP.NU.BER]…
Romain Bruckert
  • 2,546
  • 31
  • 50
0
votes
0 answers

capifony deployment task order : site unavailable during grunt

I am using capifony to deploy my symfony 2 application. I run two late tasks. During the time grunt is run, my website is unavailable. I've tried to play around with tasks order without success. How should I configure the following task or what else…
Sébastien
  • 5,263
  • 11
  • 55
  • 116
0
votes
1 answer

Capifony - deploy when Symfony app is not in root of Git repo

I am using Capifony (v2.15.5) to deploy my Symfony (2.6.5) application to a remote server. I'm using deployment strategy "a)", where changes are pushed to Git, and then on deployment the server clones the repo to provide the latest application…
frumious
  • 1,567
  • 15
  • 25
0
votes
2 answers

Capifony config to run bower installs and grunt commands

So, it's my first project, which I am deploying with capifony. Everything seems fine, but I can't run grunt and bower commands on vps. This is what I am trying to do in my deploy.rb file: after "deploy" do run "cd #{current_path}; npm install -g…
Steeler
  • 13
  • 2
  • 7
0
votes
1 answer

how to deploy in debug mode a symfony2 app with capifony?

I have deployed my application on my website and it works finally just fine. However, I've made a second deployment with the multistage option of capifony, this one is called development as opposed to production. Inside my development.rb file, I…
Sébastien
  • 5,263
  • 11
  • 55
  • 116
0
votes
0 answers

cap deploy freezes at "Updating parameters" - Capifony

by trying to deploy my Symfony 2 Project with Capifony it freezes everytime while "Updating parameters". With the following line: "Exception trace:" I don't have root access on my web-server, but ruby, cURL & composer are installed. Has anyone an…
Moritz Traute
  • 142
  • 1
  • 8
0
votes
0 answers

Symfony2 app deployment with HWIOAuth and Capifony

After some days I deploy manually a SF2 app, I wrote a Capifony script to automate app deployment. But the deployment crash with this error : ** [Symfony\Component\Config\Definition\Exception\InvalidConfigurationException] ** The child node…
Jérémy
  • 267
  • 2
  • 13
0
votes
1 answer

Capifony shared vendors composer install

I'm trying to configure Capifony to make a simple composer install in my shared vendor directory at each deploy. Unlike the default behavior running composer update (which I surely don't want !) set :shared_children, [app_path + "/logs",…
Pierre de LESPINAY
  • 44,700
  • 57
  • 210
  • 307
0
votes
1 answer

capifony no such file or directory on cap deploy

i've the following easy capifony script to copy the local project to my server: set :application, "project" set :domain, "88.88.88.88" set :deploy_to, "/var/www/project" set :app_path, "app" set :user, "root" set :scm, …
Wolf-Tech
  • 1,259
  • 3
  • 18
  • 38
0
votes
2 answers

Capifony symfony2 deploy errors

I really need help on capifony. It follow each post on stack overflow but nothing works for me. I try to deploy a symfony 2.3 app and I'v got this error: Fatal error: require(): Failed opening required…
Jaycreation
  • 2,029
  • 1
  • 15
  • 30