view doc/install_automatic.xml @ 6:3021deef1599

Encoding related fixes * chomp encoding string * reformat else (seems someone hacked it in) * debug print encoding * do not use :utf8 binmode ("re-encode") on written file if the input is _already_ UTF-8
author Peter Gervai <grin@grin.hu>
date Thu, 16 Oct 2008 00:02:14 +0200
parents a84c32f131df
children
line wrap: on
line source

<?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:
-->