INSTALLATION.md aktualisiert
This commit is contained in:
parent
e80cf71499
commit
3f396ff546
@ -1,16 +1,28 @@
|
||||
# Installation auf Debian 12:
|
||||
|
||||
### Benutzer: technik
|
||||
* Gruppenzugehörigkeit: sudo, tape
|
||||
* ```sudo adduser technik sudo```
|
||||
* ```sudo adduser technik tape```
|
||||
### OS:
|
||||
* Debian 12.2.0 Netinstall .ISO
|
||||
* LVM-System installieren
|
||||
* tasksel:
|
||||
* SSH-Server
|
||||
* Standard Systemwerkzeuge
|
||||
|
||||
#### Paketinstallation:
|
||||
* ```apt install -y bacula git autofs sudo build-essential```
|
||||
* ```wget -qO- https://pkgs.bacularis.app/bacularis.pub | gpg --dearmor > /usr/share/keyrings/bacularis-archive-keyring.gpg```
|
||||
* ```echo "deb [signed-by=/usr/share/keyrings/bacularis-archive-keyring.gpg] https://pkgs.bacularis.app/stable/debian bookworm main" > /etc/apt/sources.list.d/bacularis.list```
|
||||
* ```echo "deb-src [signed-by=/usr/share/keyrings/bacularis-archive-keyring.gpg] https://pkgs.bacularis.app/stable/debian bookworm main" >> /etc/apt/sources.list.d/bacularis.list```
|
||||
* ```apt update```
|
||||
* ```apt install -y bacularis bacularis-nginx```
|
||||
* ```ln -s /etc/nginx/sites-available/bacularis.conf /etc/nginx/sites-enabled/```
|
||||
* ```systemctl restart nginx```
|
||||
|
||||
### Paketinstallation:
|
||||
```apt install bacula git autofs sudo build-essential```
|
||||
### Konfiguration:
|
||||
|
||||
### autofs Konfiguration
|
||||
|
||||
|
||||
|
||||
### vchanger Konfiguration
|
||||
* Verzeichnisse anlegen:
|
||||
* ```/etc/vchanger```
|
||||
|
Loading…
x
Reference in New Issue
Block a user