Video coming soon…
🛠️ Setup Easy!Appointments — Self-Hosted Booking System
Deploy Easy!Appointments on Ubuntu with Docker — an open-source appointment scheduler with a public booking page and Google Calendar sync, backed by MySQL, on port 8250.
⚠️ 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/easyappointments/easyappointments-ubuntu.sh
chmod +x easyappointments-ubuntu.sh
./easyappointments-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/tools/easyappointments/easyappointments-ubuntu.sh
2 Make it Executable
chmod +x easyappointments-ubuntu.sh
3 Run the Installer
./easyappointments-ubuntu.sh
4 Complete the Installation Wizard
http://your-server-ip:8250
Ports Used
| Port | Purpose |
|---|---|
| 8250 | Easy!Appointments web interface (mapped from container port 80) |
| 3306 | MySQL — internal to the Docker network, not exposed to the host |