Video coming soon…
🤖 Setup Crawl4AI — LLM-Ready Web Crawler and Scraper
Deploy Crawl4AI on Ubuntu with Docker — a web crawler that renders pages in a real browser and returns clean Markdown ready for LLMs and RAG pipelines, on port 11235.
⚠️ 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/ai/crawl4ai/crawl4ai-ubuntu.sh
chmod +x crawl4ai-ubuntu.sh
./crawl4ai-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/ai/crawl4ai/crawl4ai-ubuntu.sh
2 Make it Executable
chmod +x crawl4ai-ubuntu.sh
3 Run the Installer
./crawl4ai-ubuntu.sh
4 Open the Playground or Call the API
http://your-server-ip:11235/playground
Ports Used
| Port | Purpose |
|---|---|
| 11235 | Crawl4AI REST API and playground at /playground |