Todomator is a task manager app for small teams up to 30 members (recommended).
WARNING: Please do not execute database.sql
, this script will use Todomator internally. If you want to update an existing version of the Todomator, then check the database_*.sql update scripts.
Manual installation:
- Install latest version of Node.js platform
- Install PostgreSQL
- Download Source-Code
- Create a database for the Todomator
- Install NPM dependencies via terminal
$ npm install
in the root of application - Update connection strings in
/config
file - Run it
$ node index.js
- Open
http://127.0.0.1:8000
in your web browser
Docker Hub:
docker pull totalplatform/todomator
docker run --env DATABASE='postgresql://user:pass@hostname/database' -p 8000:8000 totalplatform/todomator
Docker Compose:
git clone https://github.com/totaljs/todomator.git
cd todomator
docker compose up
login : info@totaljs.com
password : admin
Premium plugins are part of the Total.js Enterprise service. Todomator plugins add new functionality to the app.
- extensions (paste rich content, quick open ticket, etc.)
- reminder
- reports
- workload