0
|
1 <?xml version="1.0" encoding="LATIN1" ?> |
|
2 <!DOCTYPE webpage PUBLIC "-//Norman Walsh//DTD Website V2.2//EN" |
|
3 "http://docbook.sourceforge.net/release/website/2.2/website.dtd" [ |
|
4 <!NOTATION XML SYSTEM "xml"> |
|
5 <!ENTITY intro SYSTEM "intro.xml" NDATA XML> |
|
6 ]> |
|
7 <!-- $Id: install_automatic.xml,v 1.2 2002/07/18 15:30:42 jerome Exp $ --> |
|
8 <webpage id="install_automatic"> |
|
9 <config param="rcsdate" value="$Date: 2002/07/18 15:30:42 $"/> |
|
10 |
|
11 <head> |
|
12 <title>Automatic installation</title> |
|
13 <summary>Introduction</summary> |
|
14 <keywords>SAUTRET, BINS, album, gallery, photos, EXIF</keywords> |
|
15 </head> |
|
16 |
|
17 <webtoc/> |
|
18 |
|
19 <para>When you are sure you have all this dependencies filled, |
|
20 extract the BINS archive in a directory of your choice.</para> |
|
21 |
|
22 <para>You can install BINS either system wide (all users can run it) |
|
23 or only for one user. Note that this procedure will replace your old |
|
24 programs and templates, so do a backup before running it if you made |
|
25 some changes.</para> |
|
26 |
|
27 <para>To install BINS system wide, run the |
|
28 <command>install.sh</command> script as root. This will install |
|
29 program in <filename>/usr/local/bin</filename>, internationalization |
|
30 files in <filename>/usr/local/share/locale</filename> and |
|
31 configuration files in <filename>/etc/bins</filename>. Note that if |
|
32 you want to change configuration for a particular user with this |
|
33 install, you just have to copy the content of |
|
34 <filename>/etc/bins</filename> in <filename>~/.bins</filename> and |
|
35 you can then personalize BINS configuration for that user by editing |
|
36 files in <filename>~/.bins</filename>.</para> |
|
37 |
|
38 <para>To install BINS for just one user, run the |
|
39 <command>install.sh</command> script as this user. This will install |
|
40 program in <filename>~/bin</filename> and configuration files in |
|
41 <filename>~/.bins</filename>. Note that internationalization files |
|
42 (used to generate non-english albums) will NOT be copied, because |
|
43 they have to be installed in |
|
44 <filename>/usr/local/share/locale</filename>.</para> |
|
45 |
|
46 </webpage> |
|
47 |
|
48 |
|
49 <!-- |
|
50 Local variables: |
|
51 mode: docbook |
|
52 End: |
|
53 --> |