Webasyst Teamwork is a task tracking app for teams. Set tasks for employees, manage projects, control the deadlines, keep work productive. No task will get lost!
https://www.webasyst.com/store/app/tasks/
* Web Server
* e.g. Apache or IIS
* PHP 7.2+
* spl extension
* mbstring
* iconv
* json
* gd or ImageMagick extension
* MySQL/MariaDB
Install Webasyst Framework via https://github.com/webasyst/webasyst-framework/ or https://developers.webasyst.com/
-
Once Webasyst is installed, get the Teamwork app code into your /PATH_TO_WEBASYST/wa-apps/tasks/ folder:
cd /PATH_TO_WEBASYST/wa-apps/ mkdir tasks git clone git://github.com/1312inc/Webasyst-Teamwork.git ./
-
Add the following line into the
wa-config/apps.php
file (this file lists all installed apps):'tasks' => true,
-
Done! Run Webasyst backend in a web browser and click on the Teamwork app icon in the main app list. In the app icon is missing, make sure to clear Webasyst cache (flush
wa-cache/
folder contents).