This repository was archived by the owner on Apr 22, 2023. It is now read-only.
forked from algebres/PHPMyScrum
-
Notifications
You must be signed in to change notification settings - Fork 0
Open source project management tool for Scrum(one of the Agile methods)
License
monaka/PHPMyScrum
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published
Languages
- PHP 96.6%
- JavaScript 3.3%
- Other 0.1%