X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=INSTALL;h=48f52d499f8a6f366d66659d8f2ae53b5746153c;hp=3eb09b23cabfc772111d6713feff34ba9f4cff75;hb=1b98418fc7f31d2d10364a60bc798ee85ef7add1;hpb=c27cc05f7b47278202f3ef6cda4b85b09a8edbdf diff --git a/INSTALL b/INSTALL index 3eb09b2..48f52d4 100644 --- a/INSTALL +++ b/INSTALL @@ -7,11 +7,11 @@ phpfspot install howto: - the following extensions must be available (compiled in or as shared object): * gd - * sqlite3 + * sqlite3 (native or as PDO driver) - PEAR extensions (pear install %name%) * Calendar * HTML_AJAX - - smarty (php template engine, http://smarty.php.net) + - Smarty (php template engine, http://smarty.php.net) - sqlite3 * installation @@ -26,11 +26,18 @@ phpfspot install howto: and the f-spot photo base directory (usally Photos) is set correctly. - 3. To pre-create all thumbnails invoke the script gen_thumbs.php + 3. Open phpfspot in our favourite browser. The URL depends what + you have specify as $webpath in the configuration var. But + usually it will be http://myserver/phpfspot (where myserver + is your webservers IP, server name, virtual host name, ...). + + 4. To pre-create all thumbnails invoke the script gen_thumbs.php cd ${phpfspot_home} - ./gen_thumbs.sh + "./gen_thumbs.php" + or + "php gen_thumbs.php" (if execute-permission is not set) thumbnails can also be created on-the-fly by the webserver but this will take away a lot of resources of your system during - thumb-generation. + thumb-generation. pre-creation on the shell works faster.