Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1312inc/webasyst-teamwork
Task tracking app for teams. Send tasks for employees, manage projects, control the deadlines, keep your work productive. No task will get lost!
https://github.com/1312inc/webasyst-teamwork
kanban-board project-management task-list task-manager tasks team-platform teamwork
Last synced: 2 months ago
JSON representation
Task tracking app for teams. Send tasks for employees, manage projects, control the deadlines, keep your work productive. No task will get lost!
- Host: GitHub
- URL: https://github.com/1312inc/webasyst-teamwork
- Owner: 1312inc
- License: other
- Created: 2020-11-10T21:52:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T11:50:33.000Z (about 1 year ago)
- Last Synced: 2024-01-09T12:41:49.011Z (about 1 year ago)
- Topics: kanban-board, project-management, task-list, task-manager, tasks, team-platform, teamwork
- Language: PHP
- Homepage:
- Size: 6.9 MB
- Stars: 4
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webasyst Teamwork web app #
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/
## System Requirements ##
* Web Server
* e.g. Apache or IIS* PHP 7.2+
* spl extension
* mbstring
* iconv
* json
* gd or ImageMagick extension* MySQL/MariaDB
## Installing Webasyst Framework (required first!) ##
Install Webasyst Framework via https://github.com/webasyst/webasyst-framework/ or https://developers.webasyst.com/
## Installing the Teamwork app (once Webasyst is installed) ##
1. 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 ./2. Add the following line into the `wa-config/apps.php` file (this file lists all installed apps):
'tasks' => true,
3. 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).