Video coming soon…
🛠️ Setup Donetick — Chore and Task Manager for Households
Deploy Donetick on Ubuntu with Docker — a self-hosted chore and task manager with recurring schedules and household member assignment, running from a light SQLite setup, on port 2021.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/tools/donetick/donetick-ubuntu.sh
chmod +x donetick-ubuntu.sh
./donetick-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/tools/donetick/donetick-ubuntu.sh
2 Make it Executable
chmod +x donetick-ubuntu.sh
3 Run the Installer
./donetick-ubuntu.sh
4 Register Your Account
http://your-server-ip:2021
Ports Used
| Port | Purpose |
|---|---|
| 2021 | Donetick web interface |