summaryrefslogtreecommitdiff
path: root/manual/fr/040-installing.mdwn
diff options
context:
space:
mode:
authorpedrito2 <pierrick@pmartinez.fr>2014-09-07 18:20:11 +0200
committerpedrito2 <pierrick@pmartinez.fr>2014-09-07 18:20:11 +0200
commitad0b71ff93994e950803f5bea7e1dcf074dc25f2 (patch)
tree3ed49e3dd83c4f6d02b85bf0e28411171d68a511 /manual/fr/040-installing.mdwn
parent2a54cc0a7539a47c4051f2f5f119c0f047a25526 (diff)
downloadobnam-ad0b71ff93994e950803f5bea7e1dcf074dc25f2.tar.gz
Translated the 2 first chapters of the manual in French.
- Modified the Makefile. - Created the fr directory - Translated the chapters : introduction and TLDR
Diffstat (limited to 'manual/fr/040-installing.mdwn')
-rw-r--r--manual/fr/040-installing.mdwn37
1 files changed, 37 insertions, 0 deletions
diff --git a/manual/fr/040-installing.mdwn b/manual/fr/040-installing.mdwn
new file mode 100644
index 00000000..f7c70c43
--- /dev/null
+++ b/manual/fr/040-installing.mdwn
@@ -0,0 +1,37 @@
+Installing Obnam
+================
+
+This chapter explains how to install Obnam. It is not a very extensive
+set of instructions, yet. In particular, it really only caters to
+Debian users. Instructions for other systems would be very much welcome.
+
+Debian
+------
+
+It is easiest to install Obnam on a Debian system. If you're running
+Debian `wheezy` or a later release, Obnam is included and you can just
+install it:
+
+ apt-get install obnam
+
+There may be a newer version of Obnam on the author's site. The rest
+of this section explains how to install from there.
+
+Add the following line to your `/etc/apt/sources.list` file:
+
+ deb http://code.liw.fi/debian squeeze main
+
+Then run the following commands as root:
+
+* `apt-get update`
+* `apt-get install obnam`
+
+The commands will complain that the PGP key used to sign the archive
+is not known to apt. You can either ignore this, or add the key from
+<http://code.liw.fi/apt.asc> to your key, after suitable verification.
+
+Other systems
+-------------
+
+For other systems, you need to install from sources. See the `README`
+file in the source tree for instructions.