artroot/koala

Bug Tracker System supporting prototypes and telegram bot management

1.0.0-alpha1 2018-05-08 13:22 UTC

This package is not auto-updated.

Last update: 2024-04-14 02:40:12 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

  1. Clone repository
git clone https://github.com/artroot/koala.git
  1. Install requairments
cd ./koala && composer install
  1. Create a DataBase and User. Enter details for connecting to the database into configuration file config/db.php

  2. Complete migrations

php yii migrate --interactive=0