From 8805692a6afccc990de98e0a5c3f4d17e72ce32b Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Fri, 29 Jan 2016 18:11:10 -0800 Subject: [PATCH] add beanstalk to dev instructions in readme --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1fc93b7..af93069 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,13 @@ See https://telegraph.p3k.io/api ## Developing * Fork and clone this repo. -* Install MySQL if it's not already installed. -* Copy `config.template.php` to `config.test.php` and fill in the appropriate - values for your local environment. -* Install the dependences, create a local database, and run the tests: +* Install MySQL, composer, beanstalk, and phpunit if they're not already + installed, e.g. `brew install mysql composer beanstalk phpunit`. +* Start MySQL and `beanstalkd`. +* Copy `config.template.php` to `config.test.php`. Update the appropriate values + for your local environment if necessary. +* Run these commands to install the dependencies, create a local database, and + run the tests: ```sh $ composer install