Skip to content
Snippets Groups Projects
Commit d46061c8 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'update-docs' into 'master'

install doc: add git clone

See merge request !94
parents 8801e616 b7566a48
No related branches found
No related tags found
1 merge request!94install doc: add git clone
......@@ -7,7 +7,26 @@
- manual test run
- 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment