artroot / koala
Bug Tracker System supporting prototypes and telegram bot management
1.0.0-alpha1
2018-05-08 13:22 UTC
Requires
- php: >=5.4.0
- yiisoft/yii2-app-basic: ~2.0.14
This package is not auto-updated.
Last update: 2026-03-01 12:19:15 UTC
README
The Koala bug tracking system supported telegram notification and telegram bot management, plus have a simple prototype upload and view.
Usage via Docker
docker run -p 80:80 artroot/koala:lst
NOTE: default login parameters for web is user - admin, pass - koala; And you must change default password after loginned;
Install via composer
- Clone repository
git clone https://github.com/artroot/koala.git
- Install requairments
cd ./koala && composer install
-
Create a DataBase and User. Enter details for connecting to the database into configuration file
config/db.php -
Complete migrations
php yii migrate --interactive=0