added text how to open phpfspot in the browser
authorAndreas Unterkircher <unki@netshadow.at>
Sat, 18 Aug 2007 14:20:35 +0000 (14:20 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Sat, 18 Aug 2007 14:20:35 +0000 (14:20 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@269 fa6a889d-dae6-447d-9e79-4ba9a3039384

INSTALL

diff --git a/INSTALL b/INSTALL
index 3eb09b23cabfc772111d6713feff34ba9f4cff75..b8ed988fba9ae621c304d1c5767b99f88e369235 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -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.