PlaatScrum

PlaatScrum is an online project management tool for Agile Scrum. This tool is available for organizations to enable teams to use scrum principles like Back Logs, Visible Charts and Release Planning commonly used by scrum teams over the Internet for distributed development.

PlaatScrum allows teams using Scrum to quickly get started with minimal effort to move from a paper and pen tools to a distributed project management tool. PlaatScrum has all the basic features required for scrum teams like ability to Manage Products, Manage Product BackLog, Adding and Managing User Stories, Tasks, Bugs, Epics and a Visual Scrumboard for daily Stand-up meetings. It provides the standard Information Radiators like Sprint Burndown, Velocity Graph and much more.

Key Features:
– Combine Story, Task, Epic and Bug in one tool
– Project / Sprint / Release control;
– Role Base Access: Guest, Scrum Master, Product Owner, Team Member;
– Task board;
– Burn down chart;
– Velocity chart;
– Calendar view;
– Cost view;
– Multi language support;
– Automatic database backup;
and lots more!

Release Notes

Click here for the release notes.

Screenshots

Browser Support

I have tested and optimised the tool for the following internet browsers:
– Microsoft Internet Explorer
– Firefox
– Safari
– Opera
– Chrome

Demo running on a Raspberry Pi

Please click here to see an online demo of the tool.

Downloads

If you are interested in this software, just click below to download the latest version.

  plaatscrum.zip (558.8 KiB, 1,316 hits)

  PlaatScrum_Introduction.pptx (2.2 MiB, 983 hits)

Installation Manual

Execute the following steps to install the software on your Raspberry Pi.


### Step 1 - Install following depending thirdparty software packages
sudo apt-get install apache2
sudo apt-get install php5
sudo apt-get install mysql-server

### Step 2 - Create mysql plaatscrum database
mysql -u root -p
CREATE DATABASE plaatscrum;
CREATE USER 'plaatscrum'@'localhost' IDENTIFIED WITH mysql_native_password BY 'plaatscrum';
GRANT ALL PRIVILEGES ON plaatscrum.* TO 'plaatscrum'@'localhost';
FLUSH PRIVILEGES;
QUIT;

### Step 3. Download PlaatScrum from plaatsoft.nl.
Copy zip file to /tmp on pi
login on the raspberry with user `pi`
mkdir /var/www/html/plaatscrum
cd /var/www/html/plaatscrum
sudo cp /tmp/plaatscrum.zip .
sudo unzip *.zip

### Step 4. Update directory rights
chmod a+wrx /var/www/html/plaatscrum/images
chmod a+wrx /var/www/html/plaatscrum/backup

### Step 5. Go to http://[raspberry-ip]/plaatscrum
Default login is [username=admin] | [password=admin]

### Step 6. Installation is now ready

If there are any questions please sent an email to info@plaatsoft.nl

Open Source

The checkout the source code here.

Open hub Statistics

Disclaimer

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Leave a Reply

Your email address will not be published. Required fields are marked *