Adds docs.

This commit is contained in:
2025-10-12 00:36:17 +00:00
parent 97dc73cc9c
commit f9c7a9e2f4
3 changed files with 96 additions and 50 deletions

17
docs/manual-setup.md Normal file
View File

@@ -0,0 +1,17 @@
# Manual Setup of Wild Cloud Central
If you want to set up from source (not using the debian package).
```bash
# Prerequisites
sudo apt update
sudo apt install dnsmasq
# Disable systemd-resolved
sudo systemctl disable systemd-resolved
sudo systemctl stop systemd-resolved
# Enable dnsmasq
sudo systemctl enable dnsmasq
sudo systemctl start dnsmasq
```