Ariza, es un “Bug Tracking System”
INSTALLATION:
1. create a database called ariza_db. you are free to create the db with any name you like,
but don’t forget to change the database name as explained in step 3 below.
2. open config.php
3. edit the lines below for db connection
$dsn = array(
‘phptype’ => ‘mysql’, //–> if you will use a dbms other than mysql, then change phptype variable accordingly.
‘username’ => ‘root’, //–> change your database user name
‘password’ => ”, //–> change your database user password
‘database’ => ‘ariza_db’, //–> if you created the database with a name other then ariza_db, then change this setting, too.
4. change ‘hostspec’ => false to you host, for example ‘hostspec’ => “p50mysql123.secureserver.net”
5. import sql dump file (sql files are in /sql folder).
you can check other available sql dump files (located under /sql). More sql files other than mysql will be added in the future releases.
6. browse to your new “ariza” url
7. your default user with admin rights is
username: admin
password: admin
dummy user I:
username: demet
password: demet
dummy user II:
username: berrak
password: berrak
7. you can send any suggesstions, bugs, requests to sascoms [at] gmail.com
http://projects.satt.web.tr/ariza | www.sourceforge.net/projects/ariza/