[TOC]
#Pre-requisites
#Installation
#Web application
#Database
SCRUMBANpanel has been been developed with PHP 5.4 and MySql 5.2.4. Minimum requirements are:
Download http://current_version and follow next steps:
To change the database access configuration you have to edit SCRUMBANphp\util\config.php and set nexts values:
"scrumphp.bbdd.host" => "server",
"scrumphp.bbdd.user" => "adminspanel",
"scrumphp.bbdd.password"=> "adminspanel",
"scrumphp.bbdd.bbdd" => "scrumbanbd",
scrumphp.bbdd.host is used to call mysql_connect and can have two kind of formats:
That's it. Initially only one user is defined : 'default'. Type next URL to access the application:
If you have to install 1.01 version from scratch you have to follow the steps listed before.
If you have version 1.0 installed you only have to copy the binaries of the application to your web server (content of php_bin folder).
I suggest you to make a bakcup of your current binaries before installing to prevent possible problems.