ioniks / BugtrackerBundle

BugtrackerBundle is a Symfony2 Bundle created for managing bugs in any web project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BugtrackerBundle

Introduction

BugtrackerBundle is a Symfony2 Bundle created for managing bugs in any web project.

Installation

  1. Clone the repository

  2. Create the app/config/parameters_dev.yml and app/config/parameters_prod.yml :

     cp app/config/parameters.yml.dist app/config/parameters_dev.yml
     cp app/config/parameters.yml.dist app/config/parameters_prod.yml
    

    And then, update your database settings in these files.

  3. Update your dependencies with Composer :

     curl -s http://getcomposer.org/installer | php --
     php composer.phar install
    
  4. Create the database

     php app/console doctrine:database:create
     php app/console doctrine:schema:create
    
  5. Load fixtures to have test data

     php app/console doctrine:fixtures:load
    
  6. You can now log in :

     username : user
     password : user
    
     username : admin
     password : admin
    

Screenshots

###Dashboard

Dashboard

###Database schema

Database schema

About

BugtrackerBundle is a Symfony2 Bundle created for managing bugs in any web project.


Languages

Language:PHP 62.2%Language:HTML 25.1%Language:CSS 11.2%Language:JavaScript 1.5%Language:ApacheConf 0.0%