Instructions to install manually from sources

This commit is contained in:
Jérémy Lecour 2020-04-10 08:42:15 +02:00 committed by Jérémy Lecour
parent 11f84a9f7b
commit 51940220dd

View file

@ -1,5 +1,7 @@
# Install
## Install from package
A Debian package is available in the Evolix repository
~~~
@ -8,7 +10,28 @@ apt update
apt install bkctld
~~~
Then edit `/etc//bkctld`
Then edit `/etc/default/bkctld`
## Instal from sources
Warning: `cp`-ing the files without `-n` or `-i` will replace existing files !
~~~
# git clone https://gitea.evolix.org/evolix/evobackup.git
# cd evobackup
# git checkout jlecour-refactoring
# cp bkctld /usr/local/sbin/
# mkdir -p /usr/local/lib/bkctld
# cp lib/* /usr/local/lib/bkctld/
# mkdir -p /usr/local/share/bkctld
# cp tpl/* /usr/local/share/bkctld/
# cp bkctld.service /lib/systemd/system/
# mkdir -p /usr/local/share/doc/bkctld
# cp zzz_evobackup /usr/local/share/doc/bkctld/
# mkdir -p /usr/local/share/bash_completion/
# cp bash_completion /usr/local/share/bash_completion/bkctld
# cp bkctld.conf /etc/default/bkctld
~~~
## Chroot dependencies