Update page 'Kurzanleitung Client'
parent
6ef2025d38
commit
aedfeb8c64
24
Kurzanleitung-Client.md
Normal file
24
Kurzanleitung-Client.md
Normal file
@ -0,0 +1,24 @@
|
||||
# Kurzanleitung als Video:
|
||||
|
||||
|
||||
[](https://www.youtube.com/watch?v=Jtx6w6LLzZE)
|
||||
|
||||
|
||||
# Installation
|
||||
* Letzte [Realease](https://git.mosad.xyz/localhorst/TextureSync/releases) herunterladen
|
||||
* Binary des Server in ein gewünschtes Verzeichnis kopieren
|
||||
* Server mit `chmod +x texture-sync-server` ausführbar machen
|
||||
|
||||
# Starten
|
||||
* Server mit `./texture-sync-server` starten
|
||||
|
||||
# Sicherungen
|
||||
##Erstellen
|
||||
```
|
||||
zip -r backup.zip data/
|
||||
```
|
||||
|
||||
##Einspielen
|
||||
```
|
||||
unzip backup.zip
|
||||
```
|
Loading…
Reference in New Issue
Block a user