DVSwitch/installation.md

16 lines
346 B
Markdown
Raw Normal View History

2024-02-28 12:48:54 +00:00
* VM erstellen, 2 Kerne, 2GB RAM, 32GB HDD
* Debian 11 Bullseye netinstall, minimalinstallation mit SSH Server
* Skript um DVSwitch Repository einzubinden und DVSwitch Server zu installieren:
```
cd /tmp
wget http://dvswitch.org/buster
chmod +x buster
./buster
apt-get update --allow-releaseinfo-change
apt-get install dvswitch-server -y
```