Video coming soon…
🔵 Setup Kiwix — Offline Wikipedia and Knowledge Server
Deploy Kiwix on Ubuntu with Docker — an offline content server that serves ZIM archives of Wikipedia, Stack Overflow, Project Gutenberg, and more over the web, with no internet needed to read them, on port 8321.
⚠️ 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/kiwix/kiwix-ubuntu.sh
chmod +x kiwix-ubuntu.sh
./kiwix-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/tools/kiwix/kiwix-ubuntu.sh
2 Make it Executable
chmod +x kiwix-ubuntu.sh
3 Run the Installer
./kiwix-ubuntu.sh
4 Add ZIM Files and Browse
http://your-server-ip:8321
Ports Used
| Port | Purpose |
|---|---|
| 8321 | kiwix-serve web library and full-text search (mapped from container port 8080) |