diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-08-18 14:20:35 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-08-18 14:20:35 +0000 |
commit | b654689c263f6ce32c9d2ea01a3d04b2448532c3 (patch) | |
tree | db1fa3ba656d97a57e5b3c04345a0eb891847985 /INSTALL | |
parent | 06bcf89807602e1c0cb0b4e26e78f9a21a652ec0 (diff) |
added text how to open phpfspot in the browser
git-svn-id: file:///var/lib/svn/phpfspot/trunk@269 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -26,11 +26,16 @@ 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 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. |