Skip to content

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

License

Notifications You must be signed in to change notification settings

vinicius-ianni/PHPMyScrum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

======================================================================
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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 95.4%
  • JavaScript 3.8%
  • CSS 0.7%
  • Python 0.1%
  • Batchfile 0.0%
  • Shell 0.0%