From faf5cd914d7e8f1dcf766410f571ea4fbbe46453 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Sat, 13 Feb 2021 19:05:05 +0100 Subject: moved up Intallation section in README.md --- README.md | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c64048a..f316497 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,31 @@ It is written to be used on [Devuan GNU+Linux](https://www.devuan.org/) but it should work on other Debian-based distributions. +Installation +============ + +1. Clone this repository locally. +2. Do `make debian`. +3. Install the generated `my-x200` `.deb` package as root with `dpkg + -i`. +4. Edit `/etc/default/my-x200`. + +Alternatively, a `.deb` file ready to be installed and its associated +`.dsc` source package file are provided in this repository. Once +these two files and the corresponding two source files `.orig.tar.gz` +and `debian.tar.xz` are downloaded in the same directory, it is +advisable to verify the signature like so:— + +1. Download the `my-x200` master tarball: +2. Import the developer's [public PGP + key](https://pgp.ocf.berkeley.edu/pks/lookup?search=0x1773e9248085c8c7), + like so: `gpg --recv-keys 8085C8C7` +3. Verify the signature: `dscverify --keyring ~/.gnupg/pubring.gpg + my-x200_.dsc` (Replace `` with the actual release + number.) + +For a good GPG cheat sheet, see [here](https://guides.library.illinois.edu/data_encryption/gpgcheatsheet). + Configuration ------------- Once installed, `my-x200` is configured by editing @@ -77,31 +102,6 @@ course, the backup process is triggered on certain conditions only: Then, once these conditions are met, the backup process is triggered whenever the service is stopped. -Installation -============ - -1. Clone this repository locally. -2. Do `make debian`. -3. Install the generated `my-x200` `.deb` package as root with `dpkg - -i`. -4. Edit `/etc/default/my-x200`. - -Alternatively, a `.deb` file ready to be installed and its associated -`.dsc` source package file are provided in this repository. Once -these two files and the corresponding two source files `.orig.tar.gz` -and `debian.tar.xz` are downloaded in the same directory, it is -advisable to verify the signature like so:— - -1. Download the `my-x200` master tarball: -2. Import the developer's [public PGP - key](https://pgp.ocf.berkeley.edu/pks/lookup?search=0x1773e9248085c8c7), - like so: `gpg --recv-keys 8085C8C7` -3. Verify the signature: `dscverify --keyring ~/.gnupg/pubring.gpg - my-x200_.dsc` (Replace `` with the actual release - number.) - -For a good GPG cheat sheet, see [here](https://guides.library.illinois.edu/data_encryption/gpgcheatsheet). - Use and recommended configuration --------------------------------- > The command `rc-update` that is used below refers to `openrc`. Other -- cgit v1.2.3