Tinyissue alternatives and similar software solutions
Based on the "Task management/To-do lists" category.
Alternatively, view Tinyissue alternatives based on common mentions on social networks and blogs.
-
Wekan
The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://app.transifex.com/wekan/ only. -
Planka
The realtime kanban board for workgroups built with React and Redux. -
Nullboard
Nullboard is a minimalist kanban board, focused on compactness and readability. -
TaskBoard
A Kanban-inspired app for keeping track of things that need to get done. (Don't forget to read the Wiki page!) -
scrumblr
Collaborative Online Scrum Tool Using Websockets, Node.js, jQuery, and CSS3. -
sleek
todo.txt manager for Linux, Windows and MacOS, free and open-source (FOSS) -
Crepido
Create (kanban) boards to track users and projects from flat markdown files. Supports multiple projects, timers, progress bars, collapsible sections and custom colors. -
Wheatbin
Wheatbin is project management software that combines Kanban methodology with the Law of the Harvest. -
Kanbana
Kanbana allows you to create boards to track users and projects from flat markdown files using Kanban boards. -
Task Keeper
List editor for power users, backed by a self-hosted server -
Taskwarrior
Taskwarrior is Free and Open Source Software that manages your TODO list from your command line. It is flexible, fast, efficient, and unobtrusive. It does its job then gets out of your way.
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Tinyissue or a related project?
README
Tiny Issue v2.9.0 - for Laravel 5.1+
Installation
- Download and install composer
- Install dependencies
composer install
- Create a database. It can be any of the databases supported by Laravel 5.
- Execute Tiny Issue install command
php artisan tinyissue:install
- Note: make sure that all of the Tiny Issues files/folders are behind the public root directory of your site. Except for the ones under public directory.
- Setup Laravel cronjob see. https://laravel.com/docs/5.1/scheduling
Enjoy!
Upgrade steps (since version 2.0.0)
- Pull latest changes from the GitHub repository
- Execute Laravel migration command
php artisan migrate
How to contribute
We welcome and appreciate all contributions. The develop
branch is the branch you should base all pull requests and development off of.
The master
branch is tagged releases only.
Code changes must adhere the PSR-2 standards.
Main Developers:
Version 2.0.0 and above:
Version 1.3.1 and below:
*Note that all licence references and agreements mentioned in the Tinyissue README section above
are relevant to that project's source code only.