Commit: ec6f0cd0fdac333749f8475b2580e5c2f8fee74d Author: Sobak <msobaczew...@gmail.com> Fri, 27 Jun 2014 16:25:03 +0200 Parents: f22b3e40697e8b6af363cc5afa25a5faa692c9fe Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=ec6f0cd0fdac333749f8475b2580e5c2f8fee74d Log: Update readme Changed paths: M README.md Diff: diff --git a/README.md b/README.md index 00f12ba..93dc3ca 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,11 @@ This was a collaboration between PEAR, PECL and PHP core to create a unified bug Requirements ============ - PHP 5.4+ - -Installation -============ -1. Copy `local_config.php.sample` to `local_config.php` and modify accordingly -2. PHP.net Bug Tracking System requires `ext/openssl` (for https:// fopen wrapper) -3. Required PEAR packages: +- `ext/openssl` (for https:// fopen wrapper) +- PEAR packages: - MDB2 - MDB2#mysql + - MDB2#mysqli - DB_DataObject - Text_CAPTCHA_Numeral - Text_Diff @@ -20,10 +17,14 @@ Installation - HTTP - HTTP_Upload -Command to install all required packages: +Installation +============ +1. Copy `local_config.php.sample` to `local_config.php` and modify accordingly +2. Install all required packages: `pear install MDB2 MDB2#mysql MDB2#mysqli DB_DataObject Text_CAPTCHA_Numeral Text_Diff Tree-beta HTTP HTTP_Upload` +3. Import SQL schema from `sql/bugs.sql` TODO ==== - AJAXify where it's useful -- Add project support (f.e. PHP-GTK, PHP, PEAR..) +- Add project support (f.e. PHP-GTK, PEAR..) -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php