Brazil's biggest MU Online portal — since 2003
Topic

Devops

All content about Devops — 8 results.

Devops

🚨
Tutorial

How to set up incident alerts via Telegram for your MU Online server

Build a Telegram bot alert system to get notified within seconds when your MU Online server's GameServer, MySQL, or website goes down, with monitoring scripts, escalation, and controlled failure testing.

15 min · Intermediate ·
📜
Tutorial

How to create an automatic changelog from Git for your MU Online server

Set up a pipeline that automatically generates changelogs from your MU Online server's Git commits, using Conventional Commits, semantic-release, and automatic publishing to the website and Discord.

14 min · Intermediate ·
🔄
Tutorial

How to sync configurations between environments on your MU Online server

Keep configurations consistent between staging and production on your MU Online server, using environment variables, versioned template files, and a clear change promotion process.

13 min · Intermediate ·
🐳
Tutorial

How to Containerize Your MU Online Server with Docker

Package MySQL, GameServer, ConnectServer, JoinServer, and DataServer into isolated Docker containers, with docker-compose, persistent volumes, and an internal network, making deployment, backup, and migration of your MU Online server easier.

17 min · Advanced ·
⚙️
Tutorial

How to build a CI pipeline for MU Online server changes

Structure a continuous integration (CI) pipeline for your MU Online server's configurations and scripts, with version control, a staging environment, automated tests, and controlled production deploys.

17 min · Advanced ·
📡
Tutorial

How to monitor your MU Online server's uptime with multi-region checks

Build a multi-region uptime monitoring system for your MU Online server, catching real outages, false-positive routing issues, and per-continent latency before players complain.

15 min · Intermediate ·
🚀
Tutorial

How to build a continuous deployment (CI/CD) script for your MU Online server

Build a continuous deployment pipeline for your MU Online server, automating emulator builds, database migrations, client file distribution, and safe GameServer/ConnectServer restarts.

16 min · Advanced ·
🐳
Tutorial

How to orchestrate your MU Online server's services with Docker Compose

Containerize and orchestrate ConnectServer, JoinServer, GameServer, database, and web with Docker Compose, with examples of docker-compose.yml, internal networks, persistent volumes, and production best practices.

17 min · Advanced ·