ezScrum is a process management tool for Scrum.
- Easy to use
- Easy to manage
- Web based
- Open source
1.8.0 Alpha3
GPL V2
-
Install JAVA 1.7
-
Install MySQL server
-
Download the newest ezScrum from HERE.
-
Set database configurations in
ezScrum.ini
.ServerUrl = <<DB_IP_ADDRESS>> Account = <<DB_ACCOUNT>> Password = <<DB_PASSWORD>> DatabaseName = <<DB_NAME>>
-
Set IP address in
JettyServer.xml
. Replacelocalhost
to your IP address.<Set name="host"> <SystemProperty name="jetty.host" default="localhost"/> </Set>
to
<Set name="host"> <SystemProperty name="jetty.host" default="<<IP_ADDRESS>>"/> </Set>
-
OS: Windows
- Set User Account Control (UAC) to lowest level.
- Double click
InstallApp-NT.bat
to install service. - Double click
ServiceStart.bat
to start ezScrum service.
-
OS: Ubuntu
- Change directory to ezScrum_Ubuntu
cd ezScrum_Ubuntu/
- Change script's mode for
ezScrum
chmod +x ezScrum
- Change wrapper's mode for
wrapper
chmod +x wrapper
- Add ezScrum to system service.
sudo ./ezScrum install
- Start ezScrum service
sudo bash launch
- To stop and remove ezScrum service
- Find your process running in port 8080. Get the PID of your running ezScrum service
sudo -S lsof -i tcp:8080 -s tcp:listen
- Use the PID to remove ezScrum service
sudo kill -9 PID
-
Open the browser and go to
http://127.0.0.1:8080/ezScrum
orhttp://<<IP_ADDRESS>>:8080/ezScrum
You can also check out online version HERE.