/PHPMyScrum

Open source project management tool for Scrum(one of the Agile methods)

Primary LanguagePHPOtherNOASSERTION

======================================================================
PHPMyScrum
======================================================================

* The first(may be..) open source scrum management tool in Japan.
* Distributed by the MIT license.
* Worked with PHP5 (using CakePHP1.3)
* Varieties of database products are suitable for this product(may be...).
* i18n feature.
* Basic and Simple implementation of scrum.

Feature
* Product Backlog
* Sprint Backlog
* Add/Edit/Delete story
* Add/Edit/Delete task
* Sprint burndown chart
* Sprint task board (kanban)
* Story board
* Output data by Excel and CSV format

How to install
* Create database 
  create database phpmyscrum;
  grant all on phpmyscrum.* to user@localhost identified by 'password';
  grant all on phpmyscrum.* to user@'%' identified by 'password';
  flush privileges;

* Edit app/config/database.php.
* Execute command below.
  cd ./phpmyscrum/app
  ../cake/console/cake schema create
  cd ./phpmyscrum/app
  ../cake/console/cake pms_install
  ../cake/console/cake migration all

How to upgrade from previous version
* Update source files from github.
* Execute command below.
  ../cake/console/cake migration all

License
* The MIT License

Author
* Ryuzee <ryuzee@users.sourceforge.jp>
    http://www.phpmyscrum.info
    http://www.ryuzee.com
    http://twitter.com/ryuzee