BugtrackerBundle is a Symfony2 Bundle created for managing bugs in any web project.
-
Clone the repository
-
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.
-
Update your dependencies with Composer :
curl -s http://getcomposer.org/installer | php -- php composer.phar install
-
Create the database
php app/console doctrine:database:create php app/console doctrine:schema:create
-
Load fixtures to have test data
php app/console doctrine:fixtures:load
-
You can now log in :
username : user password : user username : admin password : admin
###Dashboard
###Database schema