artroot / koala
Bug Tracker System supporting prototypes and telegram bot management
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:project
Requires
- php: >=5.4.0
- yiisoft/yii2-app-basic: ~2.0.14
This package is not auto-updated.
Last update: 2025-03-30 07:41:16 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