Skip to content

artroot/koala

Repository files navigation

Koala Tracker

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