Video coming soon…
👨💻 Setup Flagsmith — Feature Flags & Remote Config
Deploy Flagsmith on Ubuntu with Docker — an open-source feature flag and remote config platform with PostgreSQL, letting you toggle features per environment, segment, and individual user.
⚠️ 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/dev/flagsmith/flagsmith-ubuntu.sh
chmod +x flagsmith-ubuntu.sh
sudo bash flagsmith-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/dev/flagsmith/flagsmith-ubuntu.sh
2 Make it Executable
chmod +x flagsmith-ubuntu.sh
3 Run the Installer
The script installs Docker if needed, starts a PostgreSQL 16 database with a generated password, then launches Flagsmith on port 8211 with registration open so you can create the first account.
sudo bash flagsmith-ubuntu.sh
4 Create the Admin Account
Open your browser and navigate to Flagsmith, then sign up — the first registered user becomes the administrator:
http://<your-server-ip>:8211
Ports Used
| Port | Purpose |
|---|---|
| 8211 | Dashboard + API (host → container 8000) |
| internal | PostgreSQL 16 (flagsmith-db, not published) |