Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updates README to new php-amqplib location
I moved the development of php-amqplib from the
tnc account to the videlalvaro account and I started
adding tests and benchmarks there.

More info here: http://videlalvaro.github.com/2011/11/php-amqplib-future.html

Now the version used for the tutorials is tagged. Once I'm done with the refactorings that I want to apply I will test the code again and and resubmit a
patch for the README
  • Loading branch information
videlalvaro committed Nov 18, 2011
1 parent 2b52c14 commit dcc450e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions php/README.md
Expand Up @@ -8,12 +8,17 @@ tutorials](http://www.rabbitmq.com/getstarted.html).


To run the examples you need a running RabbitMQ server. To run the examples you need a running RabbitMQ server.


Additionaly you need `PHP 5.3` and `php-amqplib`. To get these Additionally you need `PHP 5.3` and `php-amqplib`. To get these
dependencies on Ubuntu type: dependencies on Ubuntu type:


sudo apt-get install git-core php5-cli sudo apt-get install git-core php5-cli
git clone http://github.com/tnc/php-amqplib.git lib/php-amqplib git clone http://github.com/videlalvaro/php-amqplib.git lib/php-amqplib


Since the tutorials are tested with `php-amqplib` v1.0 you might want to checkout the `v1.0` tag as well:

pushd lib/php-amqplib/
git checkout v1.0
popd


## Code ## Code


Expand Down

0 comments on commit dcc450e

Please sign in to comment.