Skip to content
Snippets Groups Projects

install doc: add git clone

Merged Hahn Axel (hahn) requested to merge update-docs into master
1 file
+ 20
1
Compare changes
  • Side-by-side
  • Inline
+ 20
1
@@ -7,7 +7,26 @@
@@ -7,7 +7,26 @@
- manual test run
- manual test run
- create a cronjob
- create a cronjob
## Uncompress client
## Installation with git clone
 
 
The most easy way is to use git pull.
 
If you don't have / want to use git see the next chapter "Manual installation: uncompress archive".
 
 
As user **root**:
 
 
```shell
 
# Create the directory level above
 
mdir -p /opt/imlbackup/
 
cd /opt/imlbackup/
 
 
# Get the software into subdir "client"
 
git clone https://git-repo.iml.unibe.ch/iml-open-source/iml-backup.git client
 
 
# to set working directory to /opt/imlbackup/client:
 
cd client
 
```
 
 
## Manual installation: uncompress archive
To put all files into a directory i.e.
To put all files into a directory i.e.
Loading