1
Home
root edited this page 2026-02-27 15:19:41 +00:00
Welcome to DevOps PM IPL25
Welcome to the DevOps PM IPL25 project - an offline replica of the devops-pm-25.educ8.se educational website.
This project provides a complete offline-capable version of the course materials, making it perfect for environments with limited internet connectivity.
Quick Start
Running the Site Locally
# Clone the repository
git clone https://forgejo.loopaware.com/fredrick/devops-pm-ipl25.git
cd devops-pm-ipl25
# Build and run with Podman
podman build -t devops-pm-site .
podman run -d --network=host --name devops-pm devops-pm-site
Access at: http://localhost
What's Included
| Content | Description |
|---|---|
| 📄 221+ Pages | Complete course content |
| 🎭 37 Presentations | Interactive slide decks |
| 📚 LaTeX Source | 339 files for PDF generation |
| 🧠 Knowledge Base | AI-ready structured JSON |
| 🖨️ Print-Ready | A4 landscape PDF handouts |
Features
- ✅ Offline-First - Works without internet
- ✅ Dark Theme - Easy on the eyes
- ✅ Print Handouts - A4 landscape format
- ✅ AI-Ready - Structured data for agents
- ✅ Containerized - Easy deployment
Project Structure
devops-pm-ipl25/
├── output/site/ # HTML site replica
├── output/latex/ # LaTeX source files
├── output/knowledge_base.json # AI-ready data
├── presentations/ # Quarto presentations
├── Containerfile # Podman definition
└── README.md # Full documentation
Contributing
This is a public educational project. Feel free to:
- Report issues
- Submit improvements
- Fork for your own use
License
GNU General Public License v2.0 - See LICENSE
Built with ❤️ by LoopAware