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

Capistrano - Forward key to work composer properly

While deploying I got: --> Updating Composer dependencies .... ** [out :: myproj] Could not fetch https://api.github.com/repos/mmoreramerino/GearmanBundle/zipball/e0fa6c06bc5c7a5aaddaf33d5b0595ce280f7538, enter your GitHub credentials to access…
Dmitry Teplyakov
  • 2,898
  • 5
  • 26
  • 46
0
votes
1 answer

Deploying Symfony2 with Capifony

i have problem with deploying symfony2 app to my server with capifony. I tried to pull with git directly to my server and that works. here is my deploy.rb file # Sylius default deployment configuration. # Capifony documentation:…
Antonio Peric
  • 246
  • 1
  • 2
  • 13
0
votes
2 answers

Capifony connection Errno::ECONNREFUSED

I feel like the most foolish man in the world. This is the first time I am using capifony, but I cannot get it works. My idea is, for test purposes, make a deploy locally. I have two virtual servers: DocumentRoot…
Richard Pérez
  • 1,467
  • 3
  • 15
  • 18
0
votes
1 answer

Capifony: syntax error, unexpected tLABEL, expecting keyword_do or '{' or '('

I am trying to get Capifony working in my Symfony2 application and for the life of me I can't get it working as I don't really know how to debug ruby. Here is what I am doing: $ lsb_release -a No LSB modules are available. Distributor ID:…
jcroll
  • 6,875
  • 9
  • 52
  • 66
0
votes
1 answer

capifony configuration for web deployment

I'm a freshman with capifony and need some help. I have a webspace with a Serveradress , User and password. How must I configurate my deploy.rb to deploy my symfony application on my server? The capifony documentation only comes up with these…
ChrisS
  • 736
  • 2
  • 8
  • 21
0
votes
2 answers

Proc_open and Capifony issue

I'm trying to use Capifony with my web app in Symfony2.1 to accelerate the deployment process. Here is my deploy.rb file : default_run_options[:pty] = true set :application, "mywebsite" set :domain, "mywebsite.com" set :deploy_to, …
Reveclair
  • 2,399
  • 7
  • 37
  • 59
0
votes
3 answers

Error when deploying a Symfony2 app with capifony

I'm trying to deploy but I'm getting an error when doing this command: php app/console assets:install web --env=prod The error is: [Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException] You have requested a non-existent…
Xavi
  • 205
  • 6
  • 12
0
votes
1 answer

Capifony failed reinstalling vendors with Symfony2.1

I'm trying to deploy a Symfony2.1 project with Capifony2.1.14 and it failed when reinstalling vendors . Configuration: I'm on Mac OSX Montain Lion (client) and have a server on servergrove.com witch is on Ubuntu 12.04.1 LTS. My deploy.rb file looks…
Erik Saunier
  • 8,670
  • 1
  • 20
  • 15
0
votes
1 answer

How to authenticate with key file in capifony?

I am trying to setup capifony. I am using this ssh -i keyfile.pem username@servername.com to authenticate on server from console. How I can configure capifony for this?
waj0x
  • 51
  • 5
0
votes
2 answers

Capifony Deploy Requires Passphrase for internal Vendors file

I am deploying a Symfony 2 application to a Debian server via Capifony. The main repository for the application is private but I am also including some private repositories via a composer install. This is causing problems. The main repository is…
frodosghost
  • 520
  • 1
  • 6
  • 13
0
votes
1 answer

Capifony: parse error on build_bootstrap.php

I'm trying to deploy for first time my application to production. For this I want to ue Capifony. I followed Capifony.org instructions but I'm stuck with this error Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING…
Axxiss
  • 4,759
  • 4
  • 26
  • 45
-1
votes
1 answer

/app/bootstrap.php.cache points to older vendor folder

please help me with this, I am driving crazy. I have a problem with deployment of a Symfont 2.2 project. Since I have a missing repository in my composer.json file, I made a depoly with capifony semi-automatic: I run deploy, and when he asks me for…
Mauro
  • 189
  • 2
  • 14
-1
votes
1 answer

Capifony/Capistrano: Connecting/deploying to one IP via SSH with different ports

I want to deploy my Symfony2 application to two servers with one IP but different SSH-Ports in one "cap deploy" command: Connect via SSH to 127.0.0.1:22 and deploy, then connect via SSH to 127.0.0.1:24 and deploy How do I accomplish this with…
akluth
  • 8,393
  • 5
  • 38
  • 42
1 2 3
10
11