1.3 KiB
1.3 KiB
LFS Sachsen | CBRN-Erkundung Archive
This repository contains a local mirror of the interactive Webtrainings and PDFs for the LFS Sachsen CBRN reconnaissance course (L363/01/2026).
🚀 How to Use Offline
- Launch the Dashboard: Open
index.htmlin any modern web browser (Chrome, Firefox, or Edge). - Interactive Modules: Click "Launch Training" to open the 360° modules.
- Note: Some interactive content may require a local server to run correctly (due to CORS restrictions for local files). If things don't load, use a simple HTTP server.
- One-line Server: If you have Node.js, run
npx servein this folder.
- PDFs: Click "Open PDF" to view manual documents.
🛠️ How to Update / Mirror Content
If you want to re-run the mirror process:
- Open
Archive-Trainings.ps1. - Ensure the
$PHPSESSIDis up to date (found in your browser's Developer Tools). - Run the script in PowerShell:
cd C:\GitHub\FW .\Archive-Trainings.ps1
☁️ Uploading to Gitea
To push this archive to your Gitea server:
- Create a new repository in Gitea.
- Run the following in your terminal:
git remote add origin YOUR_GITEA_URL git add . git commit -m "Initialize CBRN Archive Mirror" git push -u origin main
Generated by Antigravity AI Coding Assistant.