Video coming soon…
🛠️ Setup Fider — Product Feedback and Feature Voting Board
Deploy Fider on Ubuntu with Docker — an open-source feedback board where users suggest and vote on features to guide your product roadmap, backed by PostgreSQL, on port 8251.
⚠️ 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/fider/fider-ubuntu.sh
chmod +x fider-ubuntu.sh
./fider-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/tools/fider/fider-ubuntu.sh
2 Make it Executable
chmod +x fider-ubuntu.sh
3 Run the Installer
./fider-ubuntu.sh
4 Configure SMTP and Complete Setup
http://your-server-ip:8251
Ports Used
| Port | Purpose |
|---|---|
| 8251 | Fider web interface (mapped from container port 3000) |
| 5432 | PostgreSQL — internal to the Docker network, not exposed to the host |