Video coming soon…
🛠️ Setup Planka — Real-Time Trello-Style Kanban Boards
Deploy Planka on Ubuntu with Docker — an open-source, real-time kanban board in the Trello style for organising projects into boards, lists, and cards, backed by PostgreSQL, on port 3061.
⚠️ 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/project-management/planka/planka-ubuntu.sh
chmod +x planka-ubuntu.sh
./planka-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/project-management/planka/planka-ubuntu.sh
2 Make it Executable
chmod +x planka-ubuntu.sh
3 Run the Installer
./planka-ubuntu.sh
4 Log In With the Admin Account
http://your-server-ip:3061
Ports Used
| Port | Purpose |
|---|---|
| 3061 | Planka web interface (mapped from container port 1337) |
| 5432 | PostgreSQL — internal to the Docker network, not exposed to the host |