Mercurial > bins
diff doc/install_automatic.xml @ 0:a84c32f131df 1.1.29
Import vendor version
author | Peter Gervai <grin@grin.hu> |
---|---|
date | Wed, 15 Oct 2008 23:28:56 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/install_automatic.xml Wed Oct 15 23:28:56 2008 +0200 @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="LATIN1" ?> +<!DOCTYPE webpage PUBLIC "-//Norman Walsh//DTD Website V2.2//EN" + "http://docbook.sourceforge.net/release/website/2.2/website.dtd" [ +<!NOTATION XML SYSTEM "xml"> +<!ENTITY intro SYSTEM "intro.xml" NDATA XML> +]> +<!-- $Id: install_automatic.xml,v 1.2 2002/07/18 15:30:42 jerome Exp $ --> +<webpage id="install_automatic"> + <config param="rcsdate" value="$Date: 2002/07/18 15:30:42 $"/> + + <head> + <title>Automatic installation</title> + <summary>Introduction</summary> + <keywords>SAUTRET, BINS, album, gallery, photos, EXIF</keywords> + </head> + + <webtoc/> + + <para>When you are sure you have all this dependencies filled, + extract the BINS archive in a directory of your choice.</para> + + <para>You can install BINS either system wide (all users can run it) + or only for one user. Note that this procedure will replace your old + programs and templates, so do a backup before running it if you made + some changes.</para> + + <para>To install BINS system wide, run the + <command>install.sh</command> script as root. This will install + program in <filename>/usr/local/bin</filename>, internationalization + files in <filename>/usr/local/share/locale</filename> and + configuration files in <filename>/etc/bins</filename>. Note that if + you want to change configuration for a particular user with this + install, you just have to copy the content of + <filename>/etc/bins</filename> in <filename>~/.bins</filename> and + you can then personalize BINS configuration for that user by editing + files in <filename>~/.bins</filename>.</para> + + <para>To install BINS for just one user, run the + <command>install.sh</command> script as this user. This will install + program in <filename>~/bin</filename> and configuration files in + <filename>~/.bins</filename>. Note that internationalization files + (used to generate non-english albums) will NOT be copied, because + they have to be installed in + <filename>/usr/local/share/locale</filename>.</para> + +</webpage> + + +<!-- +Local variables: +mode: docbook +End: +-->