Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 845 Bytes

6-extra-beanstalk-manager.md

File metadata and controls

22 lines (17 loc) · 845 Bytes

Extra Part - A simple Beanstalkd Manager

This is an extra part about how to use PheanstalkBundle CLI really quickly.

  1. Create a "pheanstalkd-manager" folder in your $HOME
  2. Get Symfony Standard-Edition
  3. Download composer
  4. Download Symfony dependencies
  5. Add & Download LeezyPheanstalkBundle on your Symfony application
  6. Configure LeezyPheanstalkBundle

Note:

$ cd ~ && mkdir pheanstalkd-manager && cd pheanstalkd-manager    
$ git clone git:/symfony/symfony-standard.git .
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar install
$ php composer.phar require leezy/pheanstalk-bundle

For the last operation, take a look on Installation about how to enable and configure the bundle.