Giter Club home page Giter Club logo

besimpledeploymentbundle's People

Contributors

emmanuelvella avatar jfsimon avatar stephpy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

besimpledeploymentbundle's Issues

Undefined index: symfony_command

When lauchning my project I get: Undefined index: symfony_command in BeSimple/DeploymentBundle/Deployer/Ssh.php line 204
When I add $symfony = 'console'; in theb buildCommand(). Everything is fine, but I cannot find any documentation or whatsoever where to configure this value.

Pass headers to curl-request

I need special headers in my requests to the soap-server.

I have tried to pass my headers in the options-array of your soap-client, but is doesn't work.

$httpHeaders = array('http' => array( 'header'=>'test: test\r\n' )); $soapOptions['stream_context'] = stream_context_create($httpHeaders); $client = new BeSimpelSoapClient($wsdl, $soapOptions);

It works when I add my headers to the headers-array in your soap-client. But it isn't a solution for me.

A method like addHttpHeader would be very helpful.

ssh2_connect fatal error

You should check if the ssh2_connect function exists, else a PHP fatal error is thrown:

Call to undefined function BeSimple\DeploymentBundle\Deployer\ssh2_connect() in vendor/bundles/BeSimple/DeploymentBundle/Deployer/Ssh.php on line 119

Ignore rules don't work

The ignore rules don't seem to work here. No extra --filter or --exclude added to rsync command

ErrorException Notice: Undefined index: class in

Hi, after my update today from the stable repo i receive the following error after the command:
php app/console deployment:test test

[ErrorException]
Notice: Undefined index: class in /Users/xxx/trunk/Symfony/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Debug/TraceableEventDispatcher.php line 110

deployment:test [server]

I hope, this error apear not on myself.

Undefined index: symfony_command

When lauchning my project I get: Undefined index: symfony_command in BeSimple/DeploymentBundle/Deployer/Ssh.php line 204
When I add $symfony = 'console'; in theb buildCommand(). Everything is fine, but I cannot find any documentation or whatsoever where to configure this value.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.