complete Manual
This commit is contained in:
parent
e1307192b7
commit
7bd62d9ec9
|
@ -2,12 +2,14 @@
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. git clone
|
1. Download https://github.com/johappel/nextcloud-import-export/archive/refs/heads/main.zip
|
||||||
2. Installiere Python, Pip
|
oder auf der Komandozeile git clone https://github.com/johappel/nextcloud-import-export.git
|
||||||
3. führe auf der Komandozeile aus:`pip install requests`
|
2. Gehe in das Verzeichnis nextcloud-import-export (cd nextcloud-import-export)
|
||||||
|
3. Führe auf der Komandozeile aus:`pip install requests`
|
||||||
4. Kopiere die Datei "sample.config.py" nach "config.py" und trage dort die Daten zu deinen Nextcloudinstanzen ein
|
4. Kopiere die Datei "sample.config.py" nach "config.py" und trage dort die Daten zu deinen Nextcloudinstanzen ein
|
||||||
|
|
||||||
|
|
||||||
|
## Verwendung
|
||||||
Um ein bestimmtes Deck auf eine andfere Nextcloud Instanz zu kopieren gibst du auf der Komandozeile an:
|
Um ein bestimmtes Deck auf eine andfere Nextcloud Instanz zu kopieren gibst du auf der Komandozeile an:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
|
Loading…
Reference in a new issue