Menu

Home

mephistos

SCRUMBANpanel

Pre-requisites and installation

[TOC]
#Pre-requisites
#Installation
#Web application
#Database

Pre-requisites

SCRUMBANpanel has been been developed with PHP 5.4 and MySql 5.2.4. Minimum requirements are:

  • PHP 5.0
  • MySql 5.0

Installation (from scratch)

Download http://current_version and follow next steps:

  • Unpack file.
  • Copy contents of folder php_bin to your Apache PHP source folder.
  • Create a MySQL Server user to manage and access to the database model.The default configuration is defined for adminspanel/adminspanel as MySQL credentials.
  • Logon on MySQL and launch the SQL script stored into db_model\create_database.sql

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:

  • server
  • server:port

That's it. Initially only one user is defined : 'default'. Type next URL to access the application:

http://server:port/SCRUMBANphp/index.php

Upgrade 1.0 to 1.01

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.


MongoDB Logo MongoDB