use nice for all commands issued while creating thumbnails
[photo-tags.git] / README
1 This are some simple php files and bash scripts to display your F-spot
2 photos including information from the data-base on a webpage.
3
4 You can exclude/include certain tags incase you want for example on
5 show pictures on the web that were tagged "Public".
6
7 To use the scripts copy config.ini_template to config.ini, edit it and
8 then run for example
9
10 f-spot-db-reduce.sh --include='Public'
11
12 This will create a new smaller database that only contains information
13 about pictures with the Public tag.  Next run
14
15 ./create_thumbnails.sh
16
17 This script creates thumbnails of all pictures and save them in local
18 directories. I will only create 50 pictures at a time though, so you
19 will need to run it several times. This is done, so that you limit the
20 time this tasks run, so that it doesn't get shut down on for example
21 rented web-space where execcive CPU uses is an issue.
22
23 Ones this is done you can visit index.php and everything should be working.
24
25 Feel free to fork, send in patches, make suggestions.
26
27 Arun Persaud